Backdoor-ISP is now up+left+enter

This commit is contained in:
Stefan `Sec` Zehl 2011-06-13 19:58:12 +02:00
parent d06cad62e4
commit 31634eaafc
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ uint8_t getInput(void) {
result += BTN_RIGHT;
}
if (result == (BTN_LEFT+BTN_RIGHT)){ /* Development hack */
if (result == (BTN_LEFT+BTN_TOP+BTN_ENTER)){ /* Development hack */
gotoISP();
}