clean up
This commit is contained in:
@@ -127,8 +127,7 @@ static inline osal_task_t osal_task_create(osal_func_t code, const char* name, u
|
|||||||
}while(0)
|
}while(0)
|
||||||
|
|
||||||
//------------- Sub Task Assert -------------//
|
//------------- Sub Task Assert -------------//
|
||||||
#define SUBTASK_RETURN(error) \
|
#define SUBTASK_RETURN(error) do { TASK_RESTART; return error; } while(0)
|
||||||
do { TASK_RESTART; return error; } while(0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user