mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Fixed problems with bitbanged Dshot and lazily allocated timers.
This commit is contained in:
parent
534dc31ab3
commit
2b98f137db
5 changed files with 20 additions and 0 deletions
|
@ -137,6 +137,7 @@ typedef enum {
|
|||
TABLE_POSITION_ALT_SOURCE,
|
||||
TABLE_OFF_ON_AUTO,
|
||||
TABLE_INTERPOLATED_SP,
|
||||
TABLE_DSHOT_BITBANGED_TIMER,
|
||||
|
||||
LOOKUP_TABLE_COUNT
|
||||
} lookupTableIndex_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue