Develmode is develmode

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 15:00:00 +02:00
parent a55c36e9f6
commit 5e6141d7b8
1 changed files with 3 additions and 4 deletions

View File

@ -39,10 +39,9 @@ void main_final(void) {
menuflags|=MENU_TIMEOUT;
while(1){
#ifndef FINAL
if(getInputRaw()==BTN_LEFT)
ISPandReset();
#endif
if(GLOBAL(develmode))
if(getInputRaw()==BTN_LEFT)
ISPandReset();
if(getInput()){
handleMenu(&mainmenu);
getInputWaitRelease();