fix: console compile bug fix

Change-Id: I4c895bf7278b50d7ddf65e9556d77221b0c7ca32
This commit is contained in:
Guangyao Ma 2021-05-07 11:38:07 +08:00 committed by YOUR_NAME
parent 41c7689dfa
commit f8441a0cde
1 changed files with 2 additions and 2 deletions

View File

@ -85,11 +85,11 @@ typedef struct {
CHAR *name; CHAR *name;
INT32 fd; INT32 fd;
UINT32 refCount; UINT32 refCount;
UINT32 shellEntryId;
INT32 pgrpId;
BOOL isNonBlock; BOOL isNonBlock;
#ifdef LOSCFG_SHELL #ifdef LOSCFG_SHELL
UINT32 shellEntryId;
VOID *shellHandle; VOID *shellHandle;
INT32 pgrpId;
#endif #endif
UINT32 sendTaskID; UINT32 sendTaskID;
CirBufSendCB *cirBufSendCB; CirBufSendCB *cirBufSendCB;