Fix 1_75mm_MK3-EINSy10a-E3Dv6full variant build error.
This commit is contained in:
parent
91779a5d04
commit
c45a7f8641
1 changed files with 1 additions and 1 deletions
|
@ -7640,7 +7640,7 @@ static bool lcd_selftest_fsensor(void)
|
||||||
fsensor_init();
|
fsensor_init();
|
||||||
if (fsensor_not_responding)
|
if (fsensor_not_responding)
|
||||||
{
|
{
|
||||||
lcd_selftest_error(11, NULL, NULL);
|
lcd_selftest_error(TestError::wiringFsensor, NULL, NULL);
|
||||||
}
|
}
|
||||||
return (!fsensor_not_responding);
|
return (!fsensor_not_responding);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue