Actually enable formatting the DF

This commit is contained in:
Stefan `Sec` Zehl 2011-07-26 02:09:52 +02:00
parent 3d701fda1b
commit 3e30e03ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}