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:
parent
f1d38c0fa2
commit
5043370b2f
2 changed files with 4 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -168,10 +168,7 @@ FY90Q_SRC = startup_stm32f10x_md_gcc.S \
|
||||||
$(COMMON_SRC)
|
$(COMMON_SRC)
|
||||||
|
|
||||||
OLIMEXINO_SRC = startup_stm32f10x_md_gcc.S \
|
OLIMEXINO_SRC = startup_stm32f10x_md_gcc.S \
|
||||||
drivers/accgyro_adxl345.c \
|
|
||||||
drivers/accgyro_mpu3050.c \
|
|
||||||
drivers/accgyro_mpu6050.c \
|
drivers/accgyro_mpu6050.c \
|
||||||
drivers/accgyro_l3g4200d.c \
|
|
||||||
drivers/adc_common.c \
|
drivers/adc_common.c \
|
||||||
drivers/bus_i2c_stm32f10x.c \
|
drivers/bus_i2c_stm32f10x.c \
|
||||||
drivers/bus_spi.c \
|
drivers/bus_spi.c \
|
||||||
|
|
|
@ -58,10 +58,13 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(OLIMEXINO)
|
#if defined(OLIMEXINO)
|
||||||
#undef USE_ACC_LSM303DLHC
|
|
||||||
#undef USE_GYRO_L3GD20
|
#undef USE_GYRO_L3GD20
|
||||||
|
#undef USE_GYRO_L3G4200D
|
||||||
|
#undef USE_GYRO_MPU3050
|
||||||
|
#undef USE_ACC_LSM303DLHC
|
||||||
#undef USE_ACC_BMA280
|
#undef USE_ACC_BMA280
|
||||||
#undef USE_ACC_MMA8452
|
#undef USE_ACC_MMA8452
|
||||||
|
#undef USE_ACC_ADXL345
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CHEBUZZF3
|
#ifdef CHEBUZZF3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue