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

Fix incorrect timer channel comments TIM2_CH1 (#13841)

Co-authored-by: kedeng <dengke@speedybee.cn>
This commit is contained in:
ke deng 2024-08-23 23:45:09 +08:00 committed by GitHub
parent 5d5697177a
commit 9e3fce54d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ const timerHardware_t fullTimerHardware[FULL_TIMER_CHANNEL_COUNT] = {
0
1
2 TIM4_CH1 TIM4_CH2 TIM4_CH3
3 TIM2_CH3 TIM2_CH1 TIM2_CH1 TIM2_CH4
3 TIM2_CH3 TIM2_CH1 TIM2_CH2 TIM2_CH4
TIM2_CH4
4
5 TIM3_CH4 TIM3_CH1 TIM3_CH2 TIM3_CH3