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

Removed LIS3MDL from Microscisky and Revo targets

This commit is contained in:
Blaine 2018-09-19 21:48:37 -07:00
parent e4e9dc6507
commit 5a237436e2
4 changed files with 0 additions and 4 deletions

View file

@ -65,7 +65,6 @@
#define USE_MAG
#define USE_MAG_HMC5883
#define USE_MAG_QMC5883
#define USE_MAG_LIS3MDL
#define MAG_HMC5883_ALIGN CW180_DEG
#define USE_UART1

View file

@ -8,4 +8,3 @@ TARGET_SRC = \
drivers/barometer/barometer_ms5611.c \
drivers/compass/compass_hmc5883l.c \
drivers/compass/compass_qmc5883l.c \
drivers/compass/compass_lis3mdl.c

View file

@ -142,7 +142,6 @@
#define USE_MAG
#define USE_MAG_HMC5883
#define USE_MAG_QMC5883
#define USE_MAG_LIS3MDL
#define MAG_HMC5883_ALIGN CW90_DEG
#define USE_BARO

View file

@ -14,4 +14,3 @@ TARGET_SRC = \
drivers/barometer/barometer_bmp280.c \
drivers/compass/compass_hmc5883l.c \
drivers/compass/compass_qmc5883l.c \
drivers/compass/compass_lis3mdl.c