mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Added USB VCP detect and debugging. (#5689)
This commit is contained in:
parent
49139f2d6d
commit
b2c247d34a
6 changed files with 22 additions and 1 deletions
|
@ -81,6 +81,7 @@ typedef enum {
|
|||
DEBUG_RUNAWAY_TAKEOFF,
|
||||
DEBUG_SDIO,
|
||||
DEBUG_CURRENT,
|
||||
DEBUG_USB,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue