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

DEBUG_ALWAYS

This commit is contained in:
giacomo892 2018-02-21 11:03:32 +01:00
parent cac5caca02
commit b64053b1d0
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ typedef enum {
DEBUG_PITOT,
DEBUG_AGL,
DEBUG_FLOW_RAW,
DEBUG_ALWAYS,
DEBUG_COUNT
} debugType_e;