1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

add debug option DEBUG_ITERM_RELAX

This commit is contained in:
Thorsten Laux 2018-05-24 22:08:13 +02:00
parent 32748a328a
commit 791c584d81
3 changed files with 4 additions and 0 deletions

View file

@ -69,4 +69,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"USB",
"SMARTAUDIO",
"RTH",
"ITERM_RELAX"
};