CF/BF - SPRACINGF3EVO add missing USE_MPU9250_MAG. Cleanup some include ordering.
This commit is contained in:
parent
526c15521d
commit
15bdc15bb2
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue