1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +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

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