From 733300de47c35e00b8979d77f663f61b33259237 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 14 Jan 2021 21:27:22 +0800 Subject: [PATCH] Update 23.CMSIS_RTOS_API_Use_Guide.md --- doc/23.CMSIS_RTOS_API_Use_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/23.CMSIS_RTOS_API_Use_Guide.md b/doc/23.CMSIS_RTOS_API_Use_Guide.md index 0402bf8f..2f1cf529 100644 --- a/doc/23.CMSIS_RTOS_API_Use_Guide.md +++ b/doc/23.CMSIS_RTOS_API_Use_Guide.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) { -- GitLab