update Hook/start_hook.c.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2025-12-15 11:57:22 +00:00
committed by Gitee
parent 730f38e5ae
commit b7b1276c1f

View File

@@ -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