Merge pull request #277 from DavidLin1577/patch-3

Update 01. Intro_Qmk_A_Makefile_Framework_For_TencentOS.md
This commit is contained in:
Supowang
2021-01-18 10:38:00 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{

View File

@@ -4,7 +4,7 @@
### Qmk 是什么
[qmk](../../qmk) 是TecentOS的一个Makefile编译框架。
[qmk](../../qmk) 是TencentOS的一个Makefile编译框架。
### Qmk 的特点
- 使用简单任意目录均可make支持帮助`make help`