未验证 提交 4b85e653 编写于 作者: S Supowang 提交者: GitHub

Merge pull request #277 from DavidLin1577/patch-3

Update 01. Intro_Qmk_A_Makefile_Framework_For_TencentOS.md
......@@ -182,7 +182,7 @@ typedef enum {
osPriorityError = 0x84 ///< system cannot determine priority or thread has illegal priority
} osPriority;
```
在TecentOS-tiny中实现的时候进行了转化:
在TencentOS-tiny中实现的时候进行了转化:
```c
static k_prio_t priority_cmsis2knl(osPriority prio)
{
......
......@@ -4,7 +4,7 @@
### Qmk 是什么
[qmk](../../qmk), 是TecentOS的一个Makefile编译框架。
[qmk](../../qmk), 是TencentOS的一个Makefile编译框架。
### Qmk 的特点
- 使用简单,任意目录均可make,支持帮助`make help`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册