From f91ad45d55f405b72305c66e5fa3376ca219e8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E4=B8=AD=E6=96=AD=E5=BB=B6=E8=BF=9F=E7=9A=84RTOS?= Date: Sun, 13 Apr 2025 08:04:53 +0000 Subject: [PATCH] update Hook/start_hook.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Hook/start_hook.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Hook/start_hook.c b/Hook/start_hook.c index 35a93ae7..c056bf14 100644 --- a/Hook/start_hook.c +++ b/Hook/start_hook.c @@ -5,10 +5,11 @@ * @details 在启动任务中被调用,可在此启动用户任务。 * @service uStartTask(task, status); 启动任务 uStartTask_Ready(task); 启动任务并就绪 + uStartTask_Block(task); 启动任务并阻塞 uStartTask_Suspend(task); 启动任务并挂起 * @author 迟凯峰 - * @version V1.2.0 - * @date 2025.03.30 + * @version V1.2.1 + * @date 2025.04.13 ******************************************************************************/ #include "CosyOS.H"