Develmode is develmode
This commit is contained in:
parent
a55c36e9f6
commit
5e6141d7b8
|
@ -39,10 +39,9 @@ void main_final(void) {
|
||||||
menuflags|=MENU_TIMEOUT;
|
menuflags|=MENU_TIMEOUT;
|
||||||
|
|
||||||
while(1){
|
while(1){
|
||||||
#ifndef FINAL
|
if(GLOBAL(develmode))
|
||||||
if(getInputRaw()==BTN_LEFT)
|
if(getInputRaw()==BTN_LEFT)
|
||||||
ISPandReset();
|
ISPandReset();
|
||||||
#endif
|
|
||||||
if(getInput()){
|
if(getInput()){
|
||||||
handleMenu(&mainmenu);
|
handleMenu(&mainmenu);
|
||||||
getInputWaitRelease();
|
getInputWaitRelease();
|
||||||
|
|
Loading…
Reference in New Issue