AP_HAL: define support for LIS3MDL_I2C and RM3100_SPI

This commit is contained in:
Andrew Tridgell 2019-05-27 11:40:52 +10:00
parent 01472aa795
commit 24e05e96e7

View File

@ -130,6 +130,8 @@
#define HAL_COMPASS_BMM150_I2C 21
#define HAL_COMPASS_QMC5883L 22
#define HAL_COMPASS_IST8310 23
#define HAL_COMPASS_LIS3MDL_I2C 24
#define HAL_COMPASS_RM3100_SPI 25
/* Heat Types */
#define HAL_LINUX_HEAT_PWM 1