Browse Source
Add initialization of `ret` to avoid reports of uninitialized variable being returned. This variable normally gets initialized while the loop iterates over channels, but potentially it could be left uninitialized if the loop finished in its first iteration because of no channels to be processed. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>pull/90205/head
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue