tiny fs has no unlink in release mode
This commit is contained in:
parent
07081cb94c
commit
c2ff7c3060
|
@ -27,7 +27,7 @@ void main_default(void) {
|
||||||
ISPandReset();
|
ISPandReset();
|
||||||
break;
|
break;
|
||||||
case BTN_UP: // Reset config
|
case BTN_UP: // Reset config
|
||||||
f_unlink("r0ket.cfg");
|
saveConfig();
|
||||||
break;
|
break;
|
||||||
case BTN_DOWN:
|
case BTN_DOWN:
|
||||||
usbMSCInit();
|
usbMSCInit();
|
||||||
|
|
Loading…
Reference in New Issue