1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Remove duplicate def for BMP280

This commit is contained in:
jflyper 2017-08-16 16:17:36 +09:00
parent 8686e9521c
commit 8fd0b8ba4b

View file

@ -91,7 +91,6 @@
#define BARO #define BARO
#if defined(OMNIBUSF4SD) #if defined(OMNIBUSF4SD)
#define USE_BARO_BMP280
#define USE_BARO_SPI_BMP280 #define USE_BARO_SPI_BMP280
#define BMP280_SPI_INSTANCE SPI3 #define BMP280_SPI_INSTANCE SPI3
#define BMP280_CS_PIN PB3 // v1 #define BMP280_CS_PIN PB3 // v1