1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #6765 from nyway/master

Add default CAMERA_CONTROL pin for DALRCF722DUAL
This commit is contained in:
Michael Keller 2018-09-17 09:32:51 +12:00 committed by GitHub
commit 5f4da5166b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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