Enable BMP085/BMP180 for F405 and F745 unified targets

Adds support for these older devices in targets that have lots of available flash space.
This commit is contained in:
Bruce Luckcuck 2020-10-07 13:47:22 -04:00
parent b085bf77ab
commit a67115f67b
1 changed files with 4 additions and 0 deletions

View File

@ -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