delay in initial before formatting
This commit is contained in:
parent
413e1dbdc2
commit
94f0092c93
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue