Browse Source

Fix undefined E_LBL

Scott Lahteine 4 years ago
parent
commit
0681b8096c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 0
Marlin/src/lcd/dogm/status_screen_DOGM.cpp View File

703
           lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
703
           lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
704
         }
704
         }
705
         else if (elapsed_string[0]) {
705
         else if (elapsed_string[0]) {
706
+          extern const char E_LBL[];
706
           lcd_put_u8str_P(PROGRESS_BAR_X, EXTRAS_BASELINE, E_LBL);
707
           lcd_put_u8str_P(PROGRESS_BAR_X, EXTRAS_BASELINE, E_LBL);
707
           lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
708
           lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
708
         }
709
         }

Loading…
Cancel
Save