CF/BF - SPRACINGF3EVO add missing USE_MPU9250_MAG. Cleanup some include ordering.

This commit is contained in:
Hydra 2017-04-02 13:29:45 +01:00 committed by Dominic Clifton
parent 526c15521d
commit 15bdc15bb2
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
#define USE_BARO_BMP280
#define MAG
#define USE_MPU9250_MAG // Enables bypass configuration
#define USE_MAG_AK8963
//#define USE_MAG_HMC5883 // External

View File

@ -5,9 +5,9 @@ TARGET_SRC = \
drivers/accgyro_mpu.c \
drivers/accgyro_mpu6500.c \
drivers/barometer_bmp280.c \
drivers/compass_ak8963.c \
drivers/compass_ak8975.c \
drivers/compass_hmc5883l.c \
drivers/compass_ak8963.c \
drivers/flash_m25p16.c
ifeq ($(TARGET), TINYBEEF3)