Use delay() in serial temp report
This commit is contained in:
parent
eb3a05c437
commit
6ed2840615
1 changed files with 1 additions and 1 deletions
|
@ -2200,7 +2200,7 @@ void Temperature::isr() {
|
|||
SERIAL_PROTOCOLPAIR(" (", r / OVERSAMPLENR);
|
||||
SERIAL_PROTOCOLCHAR(')');
|
||||
#endif
|
||||
safe_delay(2);
|
||||
delay(2);
|
||||
}
|
||||
|
||||
extern uint8_t target_extruder;
|
||||
|
|
Loading…
Reference in a new issue