1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

FIX: Missing USE_BLACKBOX

(cherry picked from commit 75adc4da1e)
This commit is contained in:
blckmn 2023-03-11 21:48:10 +11:00
parent cbf1030fe3
commit a88e6fc67d

View file

@ -3565,7 +3565,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
}
break;
#ifdef USE_FLASHFS
#if defined(USE_FLASHFS) && defined(USE_BLACKBOX)
case MSP_DATAFLASH_ERASE:
blackboxEraseAll();