Explorar o código

Fix 1_75mm_MK3-EINSy10a-E3Dv6full variant build error.

Marek Bel %!s(int64=5) %!d(string=hai) anos
pai
achega
c45a7f8641
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -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);
 }