1
0
Fork 0
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:
mikeller 2019-09-10 01:48:25 +12:00
parent 534dc31ab3
commit 2b98f137db
5 changed files with 20 additions and 0 deletions

View file

@ -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;