reduce the required size with uint16_t modifiers

This commit is contained in:
Tanguy Pruvot
2019-10-14 20:11:59 +02:00
parent 21867c7fef
commit a988f9304d
2 changed files with 4 additions and 4 deletions

View File

@ -345,7 +345,7 @@ void MarlinUI::draw_status_screen() {
static char progress_string[5];
#endif
static uint8_t lastElapsed = 0, elapsed_x_pos = 0;
static char elapsed_string[22];
static char elapsed_string[16];
#if ENABLED(SHOW_REMAINING_TIME)
#define SHOW_REMAINING_TIME_PREFIX 'E'
static uint8_t estimation_x_pos = 0;