Fix compile error for manual fan check.

This commit is contained in:
Marek Bel 2019-03-22 00:03:14 +01:00
parent c45a7f8641
commit d1c5c03907
1 changed files with 2 additions and 3 deletions

View File

@ -6927,8 +6927,7 @@ bool lcd_selftest()
_result = lcd_selftest_manual_fan_check(0, false); _result = lcd_selftest_manual_fan_check(0, false);
if (!_result) if (!_result)
{ {
const char *_err; lcd_selftest_error(TestError::extruderFan, "", "");
lcd_selftest_error(7, _err, _err); //extruder fan not spinning
} }
#endif //defined(TACH_0) #endif //defined(TACH_0)