rename OSAL_SUBTASK_INVOKED

This commit is contained in:
hathach
2018-03-14 20:48:59 +07:00
parent 7c70b0d0eb
commit 7707fe194f
7 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ static inline osal_task_t osal_task_create(osal_func_t code, const char* name, u
}}\
return TUSB_ERROR_NONE;
#define OSAL_SUBTASK_INVOKED_AND_WAIT(subtask, status) \
#define OSAL_SUBTASK_INVOKED(subtask, status) \
do {\
state = __LINE__; case __LINE__:\
{\