mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Enabled DSHOT for F3 and F4 by default.
This commit is contained in:
parent
ac45a4687a
commit
9451d4b30d
26 changed files with 417 additions and 350 deletions
|
@ -56,6 +56,7 @@ typedef uint32_t timCNT_t;
|
|||
|
||||
typedef enum {
|
||||
TIM_USE_ANY = 0x0,
|
||||
TIM_USE_NONE = 0x0,
|
||||
TIM_USE_PPM = 0x1,
|
||||
TIM_USE_PWM = 0x2,
|
||||
TIM_USE_MOTOR = 0x4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue