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:
parent
5a1301f73d
commit
6898089ba0
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue