-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: nrf_modem_lib: jump to init callbacks when err
`nrf_modem_lib_init` should not initialize traces or log the firmware version UUID when `nrf_modem_init` fails, because they require the modem library to be initialized. However it should iterate through the init callbacks and report the returned error. Signed-off-by: Mirko Covizzi <[email protected]>
- Loading branch information
1 parent
8c3501f
commit 8e85b62
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters