freertos semaphore post issue with control transfer

configAssert misunderstand _control_sem as mutex !!!!
This commit is contained in:
hathach
2018-03-30 18:36:04 +07:00
parent d13160c4ae
commit 8516ca27a1
3 changed files with 20 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ enum
{
OSAL_TIMEOUT_NOTIMEOUT = 0, // for use within ISR, return immediately
OSAL_TIMEOUT_NORMAL = 10*5, // default is 10 msec, FIXME [CMSIS-RTX] easily timeout with 10 msec
OSAL_TIMEOUT_WAIT_FOREVER = 0xFFFFFFFF
OSAL_TIMEOUT_WAIT_FOREVER = 0xFFFFFFFFUL
};
#ifdef __cplusplus