1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Enable AK8975 mag for OMNIBUS

This commit is contained in:
Michel Pastor 2018-08-19 21:47:25 +02:00
parent 05e1440dc8
commit dda10ad0f8
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@
#define USE_MAG_IST8308
#define USE_MAG_MAG3110
#define USE_MAG_LIS3MDL
#define USE_MAG_AK8975
#undef USE_GPS_PROTO_I2C_NAV //Save some flash space

View file

@ -13,6 +13,7 @@ TARGET_SRC = \
drivers/compass/compass_ist8308.c \
drivers/compass/compass_mag3110.c \
drivers/compass/compass_lis3mdl.c \
drivers/compass/compass_ak8975.c \
drivers/pitotmeter_ms4525.c \
drivers/pitotmeter_adc.c \
drivers/light_ws2811strip.c \