mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
BARO MAX merge correction
This commit is contained in:
parent
5a1301f73d
commit
6898089ba0
1 changed files with 1 additions and 3 deletions
|
@ -25,10 +25,8 @@ typedef enum {
|
|||
BARO_BMP280 = 4
|
||||
} baroSensor_e;
|
||||
|
||||
#define BARO_MAX BARO_BMP280
|
||||
|
||||
#define BARO_SAMPLE_COUNT_MAX 48
|
||||
#define BARO_MAX BARO_MS5611
|
||||
#define BARO_MAX BARO_BMP280
|
||||
|
||||
typedef struct barometerConfig_s {
|
||||
uint8_t baro_sample_count; // size of baro filter array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue