From 08344557d9f5b0ad1e2daa0a17ac073629be761d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 27 Sep 2017 16:42:31 +1000 Subject: [PATCH] AP_HAL: fixed missing LPS25H define --- libraries/AP_HAL/AP_HAL_Boards.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_HAL/AP_HAL_Boards.h b/libraries/AP_HAL/AP_HAL_Boards.h index 8fa8eebf41..906e983336 100644 --- a/libraries/AP_HAL/AP_HAL_Boards.h +++ b/libraries/AP_HAL/AP_HAL_Boards.h @@ -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