AP_HAL: added device name for bmp280 for ChibiOS

This commit is contained in:
Andrew Tridgell 2018-03-04 21:04:41 +11:00
parent ef9d9d9c26
commit 943e433be6
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#endif
#define HAL_BARO_MS5611_SPI_EXT_NAME "ms5611_ext"
#define HAL_BARO_LPS22H_NAME "lps22h"
#define HAL_BARO_BMP280_NAME "bmp280"
#define HAL_INS_MPU60x0_NAME "mpu6000"
#define HAL_INS_MPU60x0_EXT_NAME "mpu6000_ext"