update README.md.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2023-12-31 14:39:11 +00:00
committed by Gitee
parent a3e1218462
commit ee2cc41ac8

View File

@@ -60,7 +60,7 @@ CosyOS始创于2021年并于2022年底完成kernel的第一个版本V1.0.0。
uCreateTask(demo1_task, 1, 128, 0, 0)
{
uSendTaskMsg(demo2_task) "hello", 999, 3.14); // 发送私信至demo2_task
uDelay_ms(100); // 阻塞延100ms
uDelay_ms(100); // 阻塞延100ms
uEndTasking; // 所有任务线程的最后一句代码
}
```