Fix last change to make controller WFI in LCD_FMS_NOP state

This commit is contained in:
Mario Hüttel 2020-06-14 01:34:42 +02:00
parent 6f4363e021
commit d178910594
1 changed files with 3 additions and 3 deletions

View File

@ -200,10 +200,10 @@ int reflow_menu_handle()
lcd_tick_ms = 0UL;
}
if (lcd_ret == LCD_FSM_WAIT_CALL)
return 1;
else
if (lcd_ret == LCD_FSM_CALL_AGAIN)
return 0;
else
return 1;
}
void reflow_menu_init()