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:
parent
eb70859e4a
commit
c182748dbb
11 changed files with 2252 additions and 3606 deletions
|
@ -61,5 +61,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"LIDAR_TF",
|
||||
"CORE_TEMP",
|
||||
"RUNAWAY_TAKEOFF",
|
||||
"SDIO",
|
||||
"CURRENT_SENSOR",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue