delay in initial before formatting

This commit is contained in:
Stefan `Sec` Zehl 2011-08-06 04:28:56 +02:00
parent 413e1dbdc2
commit 94f0092c93
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ void mount(void)
void format(void) void format(void)
{ {
int res; int res;
delayms(500);
lcdPrintln("Format DF:"); lcdPrintln("Format DF:");
res=f_mount(0, &FatFs); res=f_mount(0, &FatFs);
res=f_mkfs(0,1,0); res=f_mkfs(0,1,0);