1
0
Fork 0
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:
conkerkh 2018-03-20 12:08:34 +01:00 committed by Michael Keller
parent eb70859e4a
commit c182748dbb
11 changed files with 2252 additions and 3606 deletions

View file

@ -79,6 +79,7 @@ typedef enum {
DEBUG_LIDAR_TF,
DEBUG_CORE_TEMP,
DEBUG_RUNAWAY_TAKEOFF,
DEBUG_SDIO,
DEBUG_CURRENT,
DEBUG_COUNT
} debugType_e;