mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Really fixed flash erasing.
This commit is contained in:
parent
ba047e0559
commit
babad40dcb
2 changed files with 1 additions and 2 deletions
|
@ -2239,7 +2239,6 @@ static void cliFlashErase(char *cmdline)
|
|||
|
||||
bufWriterFlush(cliWriter);
|
||||
flashfsEraseCompletely();
|
||||
flashfsInit();
|
||||
|
||||
while (!flashfsIsReady()) {
|
||||
#ifndef MINIMAL_CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue