!103 fix: modify type INLNIE
Merge pull request !103 from tel5021/master
This commit is contained in:
commit
b69ac58a97
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue