mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added device name for bmp280 for ChibiOS
This commit is contained in:
parent
ef9d9d9c26
commit
943e433be6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue