smp
This commit is contained in:
parent
57305fa91b
commit
56c6edbca9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue