1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-27 02:05:31 +03:00

BARO MAX merge correction

This commit is contained in:
borisbstyle 2015-09-11 11:24:51 +02:00
parent 5a1301f73d
commit 6898089ba0

View file

@ -25,10 +25,8 @@ typedef enum {
BARO_BMP280 = 4 BARO_BMP280 = 4
} baroSensor_e; } baroSensor_e;
#define BARO_MAX BARO_BMP280
#define BARO_SAMPLE_COUNT_MAX 48 #define BARO_SAMPLE_COUNT_MAX 48
#define BARO_MAX BARO_MS5611 #define BARO_MAX BARO_BMP280
typedef struct barometerConfig_s { typedef struct barometerConfig_s {
uint8_t baro_sample_count; // size of baro filter array uint8_t baro_sample_count; // size of baro filter array