PFW-1381 Optimise initialisation

Change in memory:
Flash: -2 bytes
SRAM: -1 byte
This commit is contained in:
Guðni Már Gilbert 2023-01-15 13:22:24 +00:00 committed by DRracer
parent a35e7d543f
commit e597be2cb5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ static uint8_t ReportErrorHookMonitor(uint8_t ei) {
uint8_t ret = 0;
bool two_choices = false;
static int8_t enc_dif = lcd_encoder_diff;
static uint8_t reset_button_selection = 1;
static uint8_t reset_button_selection;
if (lcd_encoder_diff == 0)
{