mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Merge pull request #6765 from nyway/master
Add default CAMERA_CONTROL pin for DALRCF722DUAL
This commit is contained in:
commit
5f4da5166b
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
|
||||||
|
|
||||||
DEF_TIM(TIM2, CH1, PA15, TIM_USE_LED, 0, 0), // LED STRIP(1,5)
|
DEF_TIM(TIM2, CH1, PA15, TIM_USE_LED, 0, 0), // LED STRIP(1,5)
|
||||||
|
|
||||||
DEF_TIM(TIM3, CH4, PB1, TIM_USE_PWM, 0, 0), // FC CAM
|
DEF_TIM(TIM3, CH4, PB1, TIM_USE_CAMERA_CONTROL, 0, 0), // FC CAM
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue