Browse Source

AP_HAL: added device name for bmp280 for ChibiOS

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
943e433be6
  1. 1
      libraries/AP_HAL/board/chibios.h

1
libraries/AP_HAL/board/chibios.h

@ -50,6 +50,7 @@ @@ -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…
Cancel
Save