mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Prevent SPRACINGH7RF accidentally using external storage for logging when required for EXST (#12495)
This commit is contained in:
parent
50de91730f
commit
5a2aad53ad
1 changed files with 5 additions and 0 deletions
|
@ -262,3 +262,8 @@
|
|||
#define USE_SPI_GYRO
|
||||
#define GYRO_1_SPI_INSTANCE SPI6
|
||||
#define GYRO_1_ALIGN CW270_DEG_FLIP
|
||||
|
||||
// Prevent flash being used for logs as target requires EXST
|
||||
#ifdef USE_FLASH
|
||||
#undef USE_FLASH
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue