Fix last change to make controller WFI in LCD_FMS_NOP state
This commit is contained in:
parent
6f4363e021
commit
d178910594
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user