From f8441a0cdea301449416b0c0477dc48a05b6ab4e Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Fri, 7 May 2021 11:38:07 +0800 Subject: [PATCH] fix: console compile bug fix Change-Id: I4c895bf7278b50d7ddf65e9556d77221b0c7ca32 --- kernel/common/console.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/common/console.h b/kernel/common/console.h index 0bae46eb..ff50d3c8 100644 --- a/kernel/common/console.h +++ b/kernel/common/console.h @@ -85,11 +85,11 @@ typedef struct { CHAR *name; INT32 fd; UINT32 refCount; + UINT32 shellEntryId; + INT32 pgrpId; BOOL isNonBlock; #ifdef LOSCFG_SHELL - UINT32 shellEntryId; VOID *shellHandle; - INT32 pgrpId; #endif UINT32 sendTaskID; CirBufSendCB *cirBufSendCB;