1
0
Fork 0
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:
J Blackman 2023-03-11 19:46:08 +11:00 committed by GitHub
parent 33f258d967
commit 50de91730f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();