Browse Source

AP_HAL: fixed missing LPS25H define

master
Andrew Tridgell 8 years ago
parent
commit
08344557d9
  1. 1
      libraries/AP_HAL/AP_HAL_Boards.h

1
libraries/AP_HAL/AP_HAL_Boards.h

@ -85,6 +85,7 @@ @@ -85,6 +85,7 @@
#define HAL_BARO_QURT 10
#define HAL_BARO_BMP280_I2C 11
#define HAL_BARO_BMP280_SPI 12
#define HAL_BARO_LPS25H 13
/* Compass driver types */
#define HAL_COMPASS_HMC5843 1

Loading…
Cancel
Save