Skip to content

Commit 06a7a5d

Browse files
kamnxtrlubos
authored andcommitted
nrf_modem: Fix typo in return values in nrf_modem.h
`NRF_ENOTSUPP` is not a valid NRF error code. Change to presumed `NRF_ENOTSUP`. Signed-off-by: Kamil Krzyzanowski <[email protected]>
1 parent 1cdbd26 commit 06a7a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nrf_modem/include/nrf_modem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ char *nrf_modem_build_version(void);
237237
* @retval -NRF_ENOLCK Not enough semaphores.
238238
* @retval -NRF_ENOMEM Not enough shared memory.
239239
* @retval -NRF_EINVAL Control region size is incorrect or missing handlers in @c init_params.
240-
* @retval -NRF_ENOTSUPP RPC version mismatch.
240+
* @retval -NRF_ENOTSUP RPC version mismatch.
241241
* @retval -NRF_ETIMEDOUT Operation timed out.
242242
* @retval -NRF_EAGAIN Modem firmware update not executed due to insufficient voltage, try again.
243243
* @retval -NRF_EIO Modem firmware update failure or modem fault during initialization.

0 commit comments

Comments
 (0)