1
0
Fork 0
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:
Dominic Clifton 2014-05-10 13:07:59 +01:00
parent f1d38c0fa2
commit 5043370b2f
2 changed files with 4 additions and 4 deletions

View file

@ -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