mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
STM32F3DISCOVERY - Fix build, MPU6000 not supported on this target yet.
This commit is contained in:
parent
e56535f4f3
commit
440e942af4
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@
|
|||
#undef USE_BARO_MS5611
|
||||
#endif
|
||||
|
||||
#ifdef STM32F3DISCOVERY
|
||||
#undef USE_ACC_SPI_MPU6000
|
||||
#undef USE_GYRO_SPI_MPU6000
|
||||
#endif
|
||||
|
||||
#ifdef CHEBUZZF3
|
||||
#undef USE_GYRO_L3G4200D
|
||||
#undef USE_GYRO_MPU6050
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue