cpu/stm32f1: made timer rcc_bit 32-bit

pr/gpio
Hauke Petersen 7 years ago
parent 91904a469c
commit be2100e2eb

@ -120,8 +120,8 @@ typedef struct {
*/
typedef struct {
TIM_TypeDef *dev; /**< timer device */
uint32_t rcc_bit; /**< corresponding bit in the RCC register */
uint8_t bus; /**< APBx bus the timer is clock from */
uint8_t rcc_bit; /**< corresponding bit in the RCC register */
uint8_t irqn; /**< global IRQ channel */
} timer_conf_t;

Loading…
Cancel
Save