1
0
Fork 0
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:
Alberto García Hierro 2018-05-14 22:25:28 +01:00
parent eb0fd005c1
commit 04e5ced855

View file

@ -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;