Skip to content

Commit

Permalink
smp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus committed Sep 12, 2024
1 parent 57305fa commit 56c6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/smp/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 56c6edb

Please sign in to comment.