support stm8
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world 2. compile/debug/run with IAR for STM8
This commit is contained in:
@@ -110,7 +110,7 @@ __API__ k_err_t tos_mutex_pend(k_mutex_t *mutex);
|
||||
*/
|
||||
__API__ k_err_t tos_mutex_post(k_mutex_t *mutex);
|
||||
|
||||
__KERNEL__ void mutex_release(k_mutex_t *mutex);
|
||||
__KNL__ void mutex_release(k_mutex_t *mutex);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user