!103 fix: modify type INLNIE

Merge pull request !103 from tel5021/master
This commit is contained in:
openharmony_ci 2021-04-30 08:35:26 +08:00 committed by Gitee
commit b69ac58a97
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
#define GET_QUEUE_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosQueueCB, readWriteList[OS_QUEUE_WRITE]) #define GET_QUEUE_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosQueueCB, readWriteList[OS_QUEUE_WRITE])
#define STATIC static #define STATIC static
#define INLNIE inline #define INLINE inline
typedef union send_receive_t { typedef union send_receive_t {
unsigned oth : 3; unsigned oth : 3;

View File

@ -47,7 +47,7 @@ typedef struct {
UINT32 clearEvent; UINT32 clearEvent;
} EventCond; } EventCond;
#define INLNIE inline #define INLINE inline
#define BROADCAST_EVENT 1 #define BROADCAST_EVENT 1
#define COND_COUNTER_STEP 0x0004U #define COND_COUNTER_STEP 0x0004U