fix:更新注释等
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file User\App\task_sys.h
|
||||
* @author 路淮
|
||||
* @version v0.1
|
||||
* @date 2026-05-21
|
||||
* @brief 系统任务头文件
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef __TASK_SYS_H
|
||||
#define __TASK_SYS_H
|
||||
|
||||
/* includes ----------------------------------------------------------------------------------------------*/
|
||||
/* includes ------------------------------------------------------------------*/
|
||||
#include "global.h"
|
||||
#include "cmsis_os.h" // 或使用 HAL_GetTick() 等
|
||||
|
||||
|
||||
Reference in New Issue
Block a user