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

Cleaned up SmartAudio debugging.

This commit is contained in:
mikeller 2018-05-13 02:08:27 +12:00
parent eab55fc3ee
commit a48da6c1ee
4 changed files with 16 additions and 21 deletions

View file

@ -67,4 +67,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"SDIO",
"CURRENT_SENSOR",
"USB",
"SMARTAUDIO",
};