mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 17:55:28 +03:00
Fix value of DEBUG_WIND_ESTIMATOR
After latest rebase, it should be placed after DEBUG_STAGE2
This commit is contained in:
parent
eb0fd005c1
commit
04e5ced855
1 changed files with 1 additions and 1 deletions
|
@ -56,9 +56,9 @@ typedef enum {
|
|||
DEBUG_FLOW_RAW,
|
||||
DEBUG_SBUS,
|
||||
DEBUG_FPORT,
|
||||
DEBUG_WIND_ESTIMATOR,
|
||||
DEBUG_ALWAYS,
|
||||
DEBUG_STAGE2,
|
||||
DEBUG_WIND_ESTIMATOR,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue