diff options
Diffstat (limited to 'softdevice')
-rw-r--r-- | softdevice/mbr/headers/nrf_mbr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softdevice/mbr/headers/nrf_mbr.h b/softdevice/mbr/headers/nrf_mbr.h index aba4291..42e09fc 100644 --- a/softdevice/mbr/headers/nrf_mbr.h +++ b/softdevice/mbr/headers/nrf_mbr.h @@ -254,7 +254,7 @@ typedef struct * @retval ::NRF_ERROR_NO_MEM No MBR parameter page provided * @retval ::NRF_ERROR_INVALID_PARAM if an invalid command is given. */ -uint32_t sd_mbr_command(sd_mbr_command_t* param); +SVCALL(SD_MBR_COMMAND, uint32_t, sd_mbr_command(sd_mbr_command_t* param)); /** @} */ |