From e0f60ccb7225b9e5c5bac8c722686770ad53fcc5 Mon Sep 17 00:00:00 2001 From: RB Date: Wed, 30 Apr 2025 12:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9USER=20TASK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- User/task/user_task.c.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/task/user_task.c.template b/User/task/user_task.c.template index 31f25e0..aaa17ed 100644 --- a/User/task/user_task.c.template +++ b/User/task/user_task.c.template @@ -8,5 +8,5 @@ const osThreadAttr_t attr_init = { .stack_size = 256 * 4, }; -// 用户自定义任务 +// USER TASK {{task_attr_definitions}}