Release:5.20灰测
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
*
|
||||
* @retval none
|
||||
*/
|
||||
void Os_Init(void)
|
||||
void os_init(void)
|
||||
{
|
||||
|
||||
Os_Semaphore_Init();
|
||||
Os_Task_Init();
|
||||
Os_Semaphore_Init();/* 初始化信号量 */
|
||||
Os_Task_Init();/* 初始化任务 */
|
||||
SwTimer_Init();/* 初始化软件定时器 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user