1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +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

@ -168,10 +168,7 @@ FY90Q_SRC = startup_stm32f10x_md_gcc.S \
$(COMMON_SRC)
OLIMEXINO_SRC = startup_stm32f10x_md_gcc.S \
drivers/accgyro_adxl345.c \
drivers/accgyro_mpu3050.c \
drivers/accgyro_mpu6050.c \
drivers/accgyro_l3g4200d.c \
drivers/adc_common.c \
drivers/bus_i2c_stm32f10x.c \
drivers/bus_spi.c \

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