Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf_modem: Fix typo in return values in nrf_modem.h #1529

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kamnxt
Copy link

@kamnxt kamnxt commented Oct 22, 2024

NRF_ENOTSUPP is not a valid NRF error code. Change to presumed NRF_ENOTSUP (unless it was meant to be NRF_EOPNOTSUPP? No way of checking since it's a binary)

`NRF_ENOTSUPP` is not a valid NRF error code. Change to presumed `NRF_ENOTSUP`

Signed-off-by: Kamil Krzyzanowski <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Oct 22, 2024

CLA assistant check
All committers have signed the CLA.

@NordicBuilder
Copy link
Contributor

none

Note: This comment is automatically posted and updated by the Contribs GitHub Action.

Copy link
Contributor

@lemrey lemrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you for spotting this and opening a PR to fix it.
Could you please rebase your branch to make sure it's recent enough to pass CI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants