From b94de4bc97d1a99910bb9bd62449a07aa1afebaf 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: Fri, 28 Feb 2025 09:57:03 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0792e31d..7c3d7f9e 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,7 @@ uCreateTask(task1, 1, 128, 0, 0) /* 任务代码 */ } } -``` -```c + # 动态创建 task2 dCreateTask(task2, 2, 256, 9, 0) { @@ -81,8 +80,7 @@ dCreateTask(task2, 2, 256, 9, 0) /* 任务代码 */ } } -``` -```c + # 启动钩子 void start_hook(void) {