mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
FIX: Missing USE_BLACKBOX (#12504)
This commit is contained in:
parent
33f258d967
commit
50de91730f
1 changed files with 1 additions and 1 deletions
|
@ -3557,7 +3557,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef USE_FLASHFS
|
#if defined(USE_FLASHFS) && defined(USE_BLACKBOX)
|
||||||
case MSP_DATAFLASH_ERASE:
|
case MSP_DATAFLASH_ERASE:
|
||||||
blackboxEraseAll();
|
blackboxEraseAll();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue