Skip to content

Commit

Permalink
Add scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed Aug 1, 2024
1 parent dccdfe9 commit 30ee6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib_i2s/i2s_slave_test/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ i2s_restart_t i2s_restart_check(void *app_data)
if (frames_sent == 4) {
restart = I2S_RESTART;
}
else
else {
restart = I2S_NO_RESTART;

}
return restart;
}

Expand Down

0 comments on commit 30ee6ff

Please sign in to comment.