1
0
Fork 0
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:
mikeller 2018-08-11 14:35:18 +12:00
parent 430379016e
commit cf367eae2c
2 changed files with 3 additions and 3 deletions

View file

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