Skip to content
Snippets Groups Projects
Commit 79e5d2b7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

STM32 TIM3/4 are always 16-bits; never 32-bits. Noted by Eetu Nevalainen.

parent 8924bccd
No related branches found
No related tags found
No related merge requests found
......@@ -73,13 +73,8 @@
#else
# define STM32_TIM2_RES 32
#endif
#if defined(CONFIG_STM32_STM32L20XX) || defined(CONFIG_STM32_STM32F4XXX)
# define STM32_TIM3_RES 32
# define STM32_TIM4_RES 32
#else
# define STM32_TIM3_RES 16
# define STM32_TIM4_RES 16
#endif
#define STM32_TIM3_RES 16
#define STM32_TIM4_RES 16
#if defined(CONFIG_STM32_STM32F10XX) || defined(CONFIG_STM32_STM32F30XX)
# define STM32_TIM5_RES 16
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment