fix: 删除MQ内冗余的重复宏定义

【背景】
去除多余宏定义
【修改方案】
宏定义规格有重复定义问题,需要删除。
【影响】
无
re #I3U5BE:删除重复定义的mq宏
This commit is contained in:
give-me-five 2021-06-03 17:42:15 +08:00 committed by Gitee
parent 05937ee49c
commit 6d7291660a
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