From cd2bb14f9b487bfd74f4f5dbc91d040d89e25b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 17 Jan 2022 15:37:21 +0100 Subject: [PATCH] stm32h7/micro_hal.h: add RCC_APB1ENR_TIM4EN --- platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h b/platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h index 31559c7bf8..93e80aaa49 100644 --- a/platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h +++ b/platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h @@ -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