1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +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

@ -61,5 +61,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"LIDAR_TF",
"CORE_TEMP",
"RUNAWAY_TAKEOFF",
"SDIO",
"CURRENT_SENSOR",
};