!152 删除MQ内冗余的重复宏定义

Merge pull request !152 from give-me-five/master
This commit is contained in:
openharmony_ci 2021-06-03 18:27:50 +08:00 committed by Gitee
commit d636a6f27c
1 changed files with 0 additions and 4 deletions

View File

@ -137,9 +137,5 @@ struct mqpersonal {
UINT32 mq_status; UINT32 mq_status;
UINT32 mq_refcount; UINT32 mq_refcount;
}; };
#ifdef LOSCFG_BASE_IPC_QUEUE_LIMIT
#undef LOSCFG_BASE_IPC_QUEUE_LIMIT
#define LOSCFG_BASE_IPC_QUEUE_LIMIT 20
#endif
#endif #endif