1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

add gps rescue mode

This commit is contained in:
s0up 2018-05-15 14:32:03 -07:00 committed by Diego Basch
parent 43c706fc95
commit ac6b8088c9
24 changed files with 653 additions and 32 deletions

View file

@ -86,6 +86,7 @@ typedef enum {
DEBUG_CURRENT,
DEBUG_USB,
DEBUG_SMARTAUDIO,
DEBUG_RTH,
DEBUG_COUNT
} debugType_e;