option to enable devel mode

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 00:53:38 +02:00
parent b6f330b032
commit 9a1ff11842
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ void main_default(void) {
case BTN_UP: // Reset config
f_unlink("r0ket.cfg");
break;
case BTN_RIGHT:
GLOBAL(develmode)=1;
break;
case BTN_DOWN:
usbMSCInit();
while(1)