Browse Source

Use delay() in serial temp report

Scott Lahteine 7 years ago
parent
commit
750cc02b3a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp View File

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

Loading…
Cancel
Save