Fix compile error for manual fan check.
This commit is contained in:
parent
d1c5c03907
commit
8582babddb
|
|
@ -6941,7 +6941,7 @@ bool lcd_selftest()
|
||||||
_result = lcd_selftest_manual_fan_check(1, false);
|
_result = lcd_selftest_manual_fan_check(1, false);
|
||||||
if (!_result)
|
if (!_result)
|
||||||
{
|
{
|
||||||
lcd_selftest_error(6, 0, 0); //print fan not spinning
|
lcd_selftest_error(TestError::printFan, "", ""); //print fan not spinning
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //defined(TACH_1)
|
#endif //defined(TACH_1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue