From a367a04280329a167037a88c4ddaa3b07bacf95b Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sun, 11 Oct 2020 14:51:34 +1300 Subject: [PATCH] Merge pull request #10258 from etracer65/enable_bmp085_unified_targets Enable BMP085/BMP180 for F405 and F745 unified targets --- src/main/target/STM32_UNIFIED/target.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/target/STM32_UNIFIED/target.h b/src/main/target/STM32_UNIFIED/target.h index 89a861f3df..5adc05cffc 100644 --- a/src/main/target/STM32_UNIFIED/target.h +++ b/src/main/target/STM32_UNIFIED/target.h @@ -25,7 +25,9 @@ #define USBD_PRODUCT_STRING "Betaflight STM32F405" +// Additional drivers included for targets with > 512KB of flash #define USE_ACCGYRO_BMI270 +#define USE_BARO_BMP085 #define USE_I2C_DEVICE_1 #define USE_I2C_DEVICE_2 @@ -114,7 +116,9 @@ #define USBD_PRODUCT_STRING "Betaflight STM32F745" +// Additional drivers included for targets with > 512KB of flash #define USE_ACCGYRO_BMI270 +#define USE_BARO_BMP085 #define USE_I2C_DEVICE_1 #define USE_I2C_DEVICE_2