fix a bug in the kernel obj verify function

This commit is contained in:
mculover666
2021-03-14 16:40:14 +08:00
parent ef489bf51f
commit 0c2af37b96
11 changed files with 3 additions and 21 deletions

View File

@@ -24,9 +24,7 @@ __CDECLS_BEGIN
#define K_MMBLK_ALIGN_MASK (sizeof(void *) - 1u)
typedef struct k_mmblk_pool_st {
#if TOS_CFG_OBJECT_VERIFY_EN > 0u
knl_obj_t knl_obj;
#endif
void *pool_start;
void *free_list;