-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Samples: Bluetooth: Mesh: Fix MPSL uninit in light_ctrl
This fixes a problem in the light_ctrl sample where the call to `mpsl_lib_uninit` would not do anything because the required Kconfig options were not set. * Add the required Kconfig options * Add error checking for the call to `mpsl_lib_uninit` and a call to `log_panic` to make sure this error message is actually printed before the sample halts after pressing the EMDS button. Signed-off-by: Ludvig Jordet <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 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