remove osal_common.h

This commit is contained in:
hathach
2018-03-30 18:39:35 +07:00
parent 8516ca27a1
commit 68f5c004d8
4 changed files with 7 additions and 67 deletions

View File

@@ -56,6 +56,13 @@
#include "tusb_option.h"
#include "common/tusb_common.h"
enum
{
OSAL_TIMEOUT_NOTIMEOUT = 0, // return immediately
OSAL_TIMEOUT_NORMAL = 10*5, // default is 10 msec, FIXME [CMSIS-RTX] easily timeout with 10 msec
OSAL_TIMEOUT_WAIT_FOREVER = 0xFFFFFFFFUL
};
#if TUSB_CFG_OS == TUSB_OS_NONE
#include "osal_none.h"