mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Disable some acc/gyros on Olimexino.
This commit is contained in:
parent
f1d38c0fa2
commit
5043370b2f
2 changed files with 4 additions and 4 deletions
|
@ -58,10 +58,13 @@
|
|||
#endif
|
||||
|
||||
#if defined(OLIMEXINO)
|
||||
#undef USE_ACC_LSM303DLHC
|
||||
#undef USE_GYRO_L3GD20
|
||||
#undef USE_GYRO_L3G4200D
|
||||
#undef USE_GYRO_MPU3050
|
||||
#undef USE_ACC_LSM303DLHC
|
||||
#undef USE_ACC_BMA280
|
||||
#undef USE_ACC_MMA8452
|
||||
#undef USE_ACC_ADXL345
|
||||
#endif
|
||||
|
||||
#ifdef CHEBUZZF3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue