mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
SDIO rewrite in baremetal, fixes for WORMFC. (#5441)
* SDIO rewrite in baremetal, fixes for WORMFC. * Fix identation, move LED TIM * Fix identation
This commit is contained in:
parent
eb70859e4a
commit
c182748dbb
11 changed files with 2252 additions and 3606 deletions
|
@ -79,6 +79,7 @@ typedef enum {
|
|||
DEBUG_LIDAR_TF,
|
||||
DEBUG_CORE_TEMP,
|
||||
DEBUG_RUNAWAY_TAKEOFF,
|
||||
DEBUG_SDIO,
|
||||
DEBUG_CURRENT,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue