1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Added long-standing camera control pin on the SPRF7DUAL

This commit is contained in:
Andrey Mironov 2018-09-19 10:34:06 +03:00
parent 27cbf0515d
commit b2d9b213f4

View file

@ -29,6 +29,7 @@
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
DEF_TIM(TIM5, CH1, PA0, TIM_USE_CAMERA_CONTROL, 0, 0),
DEF_TIM(TIM9, CH2, PA3, TIM_USE_PPM | TIM_USE_PWM, 0, 0), // PPM / PWM1 / UART2 RX
DEF_TIM(TIM9, CH1, PA2, TIM_USE_PWM, 0, 0), // PPM / PWM2 / UART2 TX