Fix compile error for manual fan check.

This commit is contained in:
Marek Bel 2019-03-22 00:08:44 +01:00
parent d1c5c03907
commit 8582babddb

View File

@ -6941,7 +6941,7 @@ bool lcd_selftest()
_result = lcd_selftest_manual_fan_check(1, false);
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)