1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #4467 from mikeller/remove_mag_omnibus

Removed MAG support from OMNIBUS target for firmware size reduction.
This commit is contained in:
Michael Keller 2017-11-01 01:24:45 +13:00 committed by GitHub
commit 576d378b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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