Skip to content

Commit

Permalink
Merge pull request #110 from ACascarino/feature/release_fixes
Browse files Browse the repository at this point in the history
Add scope
  • Loading branch information
ACascarino authored Aug 1, 2024
2 parents 0864558 + 30ee6ff commit 42c2ac0
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 42c2ac0

Please sign in to comment.