chore: replace YES/NO macros to 1/0

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I40e31e82c33418019c1afc16ac174919e72fbb07
This commit is contained in:
Caoruihong
2021-11-16 01:27:06 +08:00
parent 07cab40473
commit bba832ea08
20 changed files with 53 additions and 73 deletions

View File

@@ -46,7 +46,7 @@ extern "C" {
#define LITEIPC_DRIVER "/dev/lite_ipc"
#define LITEIPC_DRIVER_MODE 0644
#define MAX_SERVICE_NUM LOSCFG_BASE_CORE_TSK_LIMIT
#define USE_TIMESTAMP YES
#define USE_TIMESTAMP 1
typedef enum {
HANDLE_NOT_USED,
@@ -143,7 +143,7 @@ typedef struct {
SvcIdentity target; /**< serviceHandle or targetTaskId, depending on type */
UINT32 code; /**< service function code */
UINT32 flag;
#if (USE_TIMESTAMP == YES)
#if (USE_TIMESTAMP == 1)
UINT64 timestamp;
#endif
UINT32 dataSz; /**< size of data */