Skip to content

Commit 733300d

Browse files
authored
Update 23.CMSIS_RTOS_API_Use_Guide.md
1 parent 8e2fe7d commit 733300d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/23.CMSIS_RTOS_API_Use_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ typedef enum {
182182
osPriorityError = 0x84 ///< system cannot determine priority or thread has illegal priority
183183
} osPriority;
184184
```
185-
在TecentOS-tiny中实现的时候进行了转化:
185+
在TencentOS-tiny中实现的时候进行了转化:
186186
```c
187187
static k_prio_t priority_cmsis2knl(osPriority prio)
188188
{

0 commit comments

Comments
 (0)