Merge pull request #277 from DavidLin1577/patch-3
Update 01. Intro_Qmk_A_Makefile_Framework_For_TencentOS.md
This commit is contained in:
@@ -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`;
|
||||
|
Reference in New Issue
Block a user