Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpsl: fem: fix initial values to happify static analysis
The vaiables `ctx_gpiote_channel` and `crx_gpiote_channel` were marked as uninitialized by static analysis tool. There is no bug, because these values are set by successful call to `nrfx_gpiote_channel_alloc`. In case of failure the variables are not used. This commit just makes static analysis happy. Signed-off-by: Andrzej Kuros <[email protected]>
- Loading branch information