Fix last change to make controller WFI in LCD_FMS_NOP state
This commit is contained in:
		@@ -200,10 +200,10 @@ int reflow_menu_handle()
 | 
				
			|||||||
		lcd_tick_ms = 0UL;
 | 
							lcd_tick_ms = 0UL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (lcd_ret == LCD_FSM_WAIT_CALL)
 | 
						if (lcd_ret == LCD_FSM_CALL_AGAIN)
 | 
				
			||||||
		return 1;
 | 
					 | 
				
			||||||
	else
 | 
					 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
 | 
						else
 | 
				
			||||||
 | 
							return 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void reflow_menu_init()
 | 
					void reflow_menu_init()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user