Fix 1_75mm_MK3-EINSy10a-E3Dv6full variant build error.

This commit is contained in:
Marek Bel 2019-03-21 23:50:01 +01:00
parent 91779a5d04
commit c45a7f8641

View file

@ -7640,7 +7640,7 @@ static bool lcd_selftest_fsensor(void)
fsensor_init();
if (fsensor_not_responding)
{
lcd_selftest_error(11, NULL, NULL);
lcd_selftest_error(TestError::wiringFsensor, NULL, NULL);
}
return (!fsensor_not_responding);
}