fix: 修复未使用的参数和类型比较编译报错问题

Signed-off-by: fangye <fangye@talkweb.com.cn>
Change-Id: I64f9e0cd20b62f877f353340b81922ddd45fbf7c
This commit is contained in:
fangye
2022-02-15 18:53:30 +08:00
parent 35971d660e
commit 21b46e82f3
4 changed files with 11 additions and 9 deletions
+1
View File
@@ -841,6 +841,7 @@ osEventFlagsId_t osEventFlagsNew(const osEventFlagsAttr_t *attr)
const char *osEventFlagsGetName(osEventFlagsId_t ef_id)
{
(void)ef_id;
if (OS_INT_ACTIVE) {
return NULL;
}