mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Corrections following review
This commit is contained in:
parent
c5bb7cfd2f
commit
fa23aa6abf
2 changed files with 7 additions and 7 deletions
|
@ -59,7 +59,7 @@ typedef enum {
|
|||
TIM_USE_PWM = 0x2,
|
||||
TIM_USE_MOTOR = 0x4,
|
||||
TIM_USE_SERVO = 0x8,
|
||||
TIM_USE_LED = 0x16
|
||||
TIM_USE_LED = 0x10
|
||||
} timerUsageFlag_e;
|
||||
|
||||
// use different types from capture and overflow - multiple overflow handlers are implemented as linked list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue