Scott Lahteine преди 9 години
родител
ревизия
fc3c76fc16
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Целия файл

@@ -84,7 +84,7 @@ unsigned char soft_pwm_bed;
84 84
     static unsigned long thermal_runaway_timer[4]; // = {0,0,0,0};
85 85
   #endif
86 86
   #if HAS_BED_THERMAL_PROTECTION
87
-    static TRState thermal_runaway_bed_state_machine = { TRInactive, TRInactive, TRInactive, TRInactive };
87
+    static TRState thermal_runaway_bed_state_machine = TRInactive;
88 88
     static unsigned long thermal_runaway_bed_timer;
89 89
   #endif
90 90
 #endif

Loading…
Отказ
Запис