mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
stm32h7/micro_hal.h: add RCC_APB1ENR_TIM4EN
This commit is contained in:
@@ -44,6 +44,7 @@ __BEGIN_DECLS
|
||||
#define STM32_RCC_APB1RSTR STM32_RCC_APB1LRSTR
|
||||
#define RCC_APB1ENR_TIM2EN RCC_APB1LENR_TIM2EN
|
||||
#define RCC_APB1ENR_TIM3EN RCC_APB1LENR_TIM3EN
|
||||
#define RCC_APB1ENR_TIM4EN RCC_APB1LENR_TIM4EN
|
||||
#define RCC_APB1ENR_TIM5EN RCC_APB1LENR_TIM5EN
|
||||
#define RCC_APB1ENR_TIM14EN RCC_APB1LENR_TIM14EN
|
||||
#define RCC_APB1RSTR_TIM2RST RCC_APB1LRSTR_TIM2RST
|
||||
|
||||
Reference in New Issue
Block a user