1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 14:55:13 +03:00

No more quick select function

This commit is contained in:
bsongis 2011-10-03 06:53:09 +00:00
parent ec2f6064f4
commit b91b63615c
3 changed files with 3 additions and 36 deletions

View file

@ -356,7 +356,7 @@ void *init_function(void *) {
g_menuStack[0] = menuMainView;
g_menuStack[1] = menuProcModelSelect;
eeReadAll(); //load general setup and selected model
checkMem(); //enough eeprom free?
checkLowEEPROM(); //enough eeprom free?
checkTHR();
checkSwitches(); //must be last
state = 2;