1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Renamed debug mode enum

This commit is contained in:
Martin Budden 2017-05-08 08:20:44 +01:00
parent 52f32d9381
commit 6779c5e8e8
3 changed files with 3 additions and 3 deletions

View file

@ -48,6 +48,6 @@ typedef enum {
DEBUG_NONE,
DEBUG_GYRO,
DEBUG_NOTCH,
DEBUG_NAV,
DEBUG_NAV_LANDING_DETECTOR,
DEBUG_COUNT
} debugType_e;