whitespace

This commit is contained in:
PavelSindler 2019-04-11 18:40:28 +02:00
parent 7cf95ba65b
commit 7418cb3cbb
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ static inline void lcd_print_time() {
(feedmultiply == 100) ? lcd.print(' ') : lcd.print('?');
}else{
lcd.print(LCD_STR_CLOCK[0]);
lcd_printPGM(PSTR("--:-- "));
lcd_printPGM(PSTR("--:-- "));
}
}