ソースを参照

Fix 1_75mm_MK3-EINSy10a-E3Dv6full variant build error.

Marek Bel 5 年 前
コミット
c45a7f8641
1 ファイル変更1 行追加1 行削除
  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);
 }