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:
parent
5d5697177a
commit
9e3fce54d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue