mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-02-05 11:29:44 +08:00
@@ -9,8 +9,8 @@
|
||||
uStartTask_Block(task); 启动任务并阻塞
|
||||
uStartTask_Suspend(task); 启动任务并挂起
|
||||
* @author 迟凯峰
|
||||
* @version V2.0.1
|
||||
* @date 2025.08.08
|
||||
* @version V2.1.0
|
||||
* @date 2025.12.15
|
||||
******************************************************************************/
|
||||
|
||||
#include "CosyOS.H"
|
||||
@@ -19,7 +19,9 @@
|
||||
|
||||
__WEAK void start_hook(void)
|
||||
{
|
||||
|
||||
// uScheduleLock();
|
||||
/* 如果不想在启动任务过程中进行任务调度,可开启调度锁。*/
|
||||
// uScheduleUnlock();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user