fix a bug in the kernel obj verify function
This commit is contained in:
@@ -25,9 +25,7 @@ __CDECLS_BEGIN
|
||||
typedef uint16_t completion_done_t;
|
||||
|
||||
typedef struct k_completion_st {
|
||||
#if TOS_CFG_OBJECT_VERIFY_EN > 0u
|
||||
knl_obj_t knl_obj;
|
||||
#endif
|
||||
|
||||
pend_obj_t pend_obj;
|
||||
completion_done_t done;
|
||||
|
Reference in New Issue
Block a user