fix:更新注释等

This commit is contained in:
2026-05-21 12:19:01 +08:00
parent fd65e9c6a2
commit 8ee0849831
54 changed files with 1145 additions and 683 deletions

View File

@@ -1,9 +1,9 @@
/**
******************************************************************************
* @file user\os\os_timer.c
* @author luhuaishuai
* @file User\Os\os_timer.c
* @author 路淮
* @version v0.1
* @date 2026-1-12
* @date 2026-05-21
* @brief 软件定时器管理
******************************************************************************
*/
@@ -20,7 +20,7 @@ TimerHandle_t YkcTimerHandle = NULL;
/**
* @brief 软件定时器初始化
* @note 需要在 FreeRTOS 启动前调用
* @note 初始化YkcTimerHandle
* @param none
* @retval none
*/