1
0
Fork 0
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:
blckmn 2016-11-12 10:45:30 +11:00
parent ac45a4687a
commit 9451d4b30d
26 changed files with 417 additions and 350 deletions

View file

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