mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed camera pin flag.
This commit is contained in:
parent
430379016e
commit
cf367eae2c
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ typedef enum {
|
|||
TIM_USE_LED = 0x10,
|
||||
TIM_USE_TRANSPONDER = 0x20,
|
||||
TIM_USE_BEEPER = 0x40,
|
||||
TIM_USE_CAMERA_CONTROL = 0x40,
|
||||
TIM_USE_CAMERA_CONTROL = 0x80,
|
||||
} 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