Actually enable formatting the DF
This commit is contained in:
parent
3d701fda1b
commit
3e30e03ba9
|
@ -74,7 +74,7 @@ void main_initial(void) {
|
|||
lcdRefresh();
|
||||
|
||||
lcdPrintln("Formatting DF...");
|
||||
// res=f_mkfs(0,1,0);
|
||||
res=f_mkfs(0,1,0);
|
||||
lcdPrintln(f_get_rc_string(res));
|
||||
lcdRefresh();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue