1
0
Fork 0
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:
blckmn 2016-10-26 04:31:17 +11:00
parent c5bb7cfd2f
commit fa23aa6abf
2 changed files with 7 additions and 7 deletions

View file

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