mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -607,6 +607,7 @@ static FAR struct stm32_lowerhalf_s *stm32_tim2lower(int tim)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_STM32_TIM3_QE
|
#ifdef CONFIG_STM32_TIM3_QE
|
||||||
case 3:
|
case 3:
|
||||||
|
return &g_tim3lower;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_STM32_TIM4_QE
|
#ifdef CONFIG_STM32_TIM4_QE
|
||||||
case 4:
|
case 4:
|
||||||
|
|||||||
Reference in New Issue
Block a user