Follow-up and fix for the PR #3453(ELAPSED / PENDING for rollover-safe time checking)

・Add more "UL" suffix
・Restore removed "UL" suffix
This commit is contained in:
esenapaj
2016-04-17 07:50:02 +09:00
parent a5452902a6
commit 832e1c1f2a
3 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ static void lcd_implementation_status_screen() {
#if DISABLED(FILAMENT_LCD_DISPLAY)
lcd_print(lcd_status_message);
#else
if (PENDING(millis(), previous_lcd_status_ms + 5000)) { //Display both Status message line and Filament display on the last line
if (PENDING(millis(), previous_lcd_status_ms + 5000UL)) { //Display both Status message line and Filament display on the last line
lcd_print(lcd_status_message);
}
else {