mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Merge pull request #1635 from AnHardt/warnings1
Negative times are unlikly
This commit is contained in:
commit
4ce79920e5
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ void lcd_update() {
|
|||
}
|
||||
#endif//CARDINSERTED
|
||||
|
||||
long ms = millis();
|
||||
uint32_t ms = millis();
|
||||
if (ms > lcd_next_update_millis) {
|
||||
|
||||
#ifdef ULTIPANEL
|
||||
|
|
Loading…
Reference in a new issue