summaryrefslogtreecommitdiff
path: root/softdevice
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-16 21:40:38 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-16 21:40:38 +0100
commitd90683c4d617d19ea4bfe10915669f9633c1f88d (patch)
tree022b8904feed13d8e9701cfcc57c117059582133 /softdevice
parentf72fc3203adf40c481e08f2c2a193eba7cec7c0e (diff)
downloadnrf-softdevice-d90683c4d617d19ea4bfe10915669f9633c1f88d.zip
Fix sd_mbr_command not being generated in nrf-softdevice-mbr
Diffstat (limited to 'softdevice')
-rw-r--r--softdevice/mbr/headers/nrf_mbr.h2
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));
/** @} */