Clean up excess whitespace, comment formatting
This commit is contained in:
parent
a35c681453
commit
0a8e09c723
8 changed files with 78 additions and 80 deletions
|
|
@ -31,7 +31,7 @@ void safe_delay(millis_t ms) {
|
|||
thermalManager.manage_heater();
|
||||
}
|
||||
delay(ms);
|
||||
thermalManager.manage_heater(); // This keeps us safe if too many small safe_delay() calls are made
|
||||
thermalManager.manage_heater(); // This keeps us safe if too many small safe_delay() calls are made
|
||||
}
|
||||
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue