Przeglądaj źródła

Use delay() in serial temp report

Scott Lahteine 7 lat temu
rodzic
commit
750cc02b3a
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp Wyświetl plik

@@ -2154,7 +2154,7 @@ void Temperature::isr() {
2154 2154
       SERIAL_PROTOCOLPAIR_P(port, " (", r / OVERSAMPLENR);
2155 2155
       SERIAL_PROTOCOLCHAR_P(port, ')');
2156 2156
     #endif
2157
-    safe_delay(2);
2157
+    delay(2);
2158 2158
   }
2159 2159
 
2160 2160
   void Temperature::print_heaterstates(

Ładowanie…
Anuluj
Zapisz