Update 23.CMSIS_RTOS_API_Use_Guide.md
This commit is contained in:
@@ -182,7 +182,7 @@ typedef enum {
|
|||||||
osPriorityError = 0x84 ///< system cannot determine priority or thread has illegal priority
|
osPriorityError = 0x84 ///< system cannot determine priority or thread has illegal priority
|
||||||
} osPriority;
|
} osPriority;
|
||||||
```
|
```
|
||||||
在TecentOS-tiny中实现的时候进行了转化:
|
在TencentOS-tiny中实现的时候进行了转化:
|
||||||
```c
|
```c
|
||||||
static k_prio_t priority_cmsis2knl(osPriority prio)
|
static k_prio_t priority_cmsis2knl(osPriority prio)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user