From 3803f0d90f2e7f9fc401906d217d8bfe7c0daf58 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 23 七月 2024 17:21:32 +0800 Subject: [PATCH] 1.71,适配物资标签,加入小于报警距离一会蜂鸣的功能。 --- Inc/main.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Inc/main.h b/Inc/main.h index 5b39393..140c044 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