Fix lite status screen SD %
This commit is contained in:
parent
0c74e47a37
commit
9959a91eca
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ void ST7920_Lite_Status_Screen::update_progress(const bool forceUpdate) {
|
|||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) || ENABLED(SDSUPPORT)
|
||||
|
||||
#if DISABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||
uint8_t progress_bar_percent; //=0
|
||||
uint8_t progress_bar_percent = 0;
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue