tests: mgmt: mcumgr: os_mgmt_info: Fix return type
Fixes returning a define from a different enum which throws an error with clang Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
410e929459
commit
7857599bf8
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static enum mgmt_cb_return os_mgmt_info_custom_cmd_callback(uint32_t event,
|
|||
}
|
||||
}
|
||||
|
||||
return MGMT_ERR_EOK;
|
||||
return MGMT_CB_OK;
|
||||
}
|
||||
|
||||
static struct mgmt_callback custom_cmd_check_callback = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue