From 53bb6e5ba5b3d3c1b0088a0e7e58f37cbba90cac Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 26 十二月 2023 15:45:54 +0800 Subject: [PATCH] 1 --- Inc/main.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Inc/main.h b/Inc/main.h index af7f402..b6e2536 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -69,6 +69,8 @@ /* USER CODE END EM */ +void HAL_TIM_MspPostInit(TIM_HandleTypeDef *htim); + /* Exported functions prototypes ---------------------------------------------*/ void Error_Handler(void); -- Gitblit v1.9.3