nuttx: change TCB_FLAG_MEM_CHECK to TCB_FLAG_HEAPCHECK

Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
haopengxiang
2022-04-29 17:28:06 +08:00
committed by Xiang Xiao
parent dbb82c3191
commit 4bb393a24e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
#define TCB_FLAG_SYSCALL (1 << 10) /* Bit 9: In a system call */
#define TCB_FLAG_EXIT_PROCESSING (1 << 11) /* Bit 10: Exitting */
#define TCB_FLAG_FREE_STACK (1 << 12) /* Bit 12: Free stack after exit */
#define TCB_FLAG_MEM_CHECK (1 << 13) /* Bit 13: Memory check */
#define TCB_FLAG_HEAPCHECK (1 << 13) /* Bit 13: Heap check */
/* Bits 14-15: Available */
/* Values for struct task_group tg_flags */