1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Removed MAG support from OMNIBUS target for firmware size reduction.

This commit is contained in:
mikeller 2017-10-31 23:57:10 +13:00
parent 741ba57036
commit 4c17ec8c22
2 changed files with 0 additions and 6 deletions

View file

@ -54,9 +54,6 @@
#define USE_BARO_BMP280
#define USE_BARO_SPI_BMP280
#define MAG // External
#define USE_MAG_HMC5883
//#define SONAR
//#define SONAR_ECHO_PIN PB1
//#define SONAR_TRIGGER_PIN PB0

View file

@ -5,7 +5,4 @@ TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/barometer/barometer_bmp280.c \
drivers/compass/compass_ak8963.c \
drivers/compass/compass_ak8975.c \
drivers/compass/compass_hmc5883l.c \
drivers/max7456.c