fix:更新注释等
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file user\os\os_init.c
|
||||
* @author luhuaishuai
|
||||
* @version v0.1
|
||||
* @date 2026-1-12
|
||||
* @brief Briefly describe the function of your function
|
||||
******************************************************************************
|
||||
*/
|
||||
******************************************************************************
|
||||
* @file User\Os\os_init.c
|
||||
* @author 路淮
|
||||
* @version v0.1
|
||||
* @date 2026-05-21
|
||||
* @brief 系统初始化
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
/* Includes -------------------------------------------------------------------*/
|
||||
@@ -15,14 +15,11 @@
|
||||
|
||||
/* code -----------------------------------------------------------------------*/
|
||||
/**
|
||||
* @brief Os_Init:所有系统相关初始化
|
||||
*
|
||||
* @note none
|
||||
*
|
||||
* @param none
|
||||
*
|
||||
* @retval none
|
||||
*/
|
||||
* @brief os_init:系统初始化
|
||||
* @note 初始化信号量、任务、软件定时器等系统相关组件
|
||||
* @param none
|
||||
* @retval none
|
||||
*/
|
||||
void os_init(void)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user