tiny fs has no unlink in release mode

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 17:53:18 +02:00
parent 07081cb94c
commit c2ff7c3060
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void main_default(void) {
ISPandReset();
break;
case BTN_UP: // Reset config
f_unlink("r0ket.cfg");
saveConfig();
break;
case BTN_DOWN:
usbMSCInit();