Browse Source
Initialize row_index to avoid a compile warning. The warning seems incorrect, as row_index is initialized in the first interation of the loop, but the overhead of initializing it is trivial, so we may as well just do it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>pull/85819/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue