This commit is contained in:
zhujiale 2024-09-12 13:23:38 +08:00
parent 57305fa91b
commit 56c6edbca9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ rt_err_t smp_call_handler(struct smp_event *event)
break;
default:
LOG_E("error event id\n");
return RT_ERROR;
return -RT_ERROR;
}
return RT_EOK;
}