Skip to content

Commit

Permalink
Update src/main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina authored Aug 28, 2024
1 parent 14347b7 commit 2d5194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void app_main(void) {
mac[2], mac[3], mac[4], mac[5]);
}

// Play a sample. This will only have an affect on Gen 2 devices.
// Play a sample. This will only have an effect on Gen 2 devices.
audio_play(ASSET_LAZY_DADDY_MP3, ASSET_LAZY_DADDY_MP3_LEN);

for (;;) {
Expand Down

0 comments on commit 2d5194a

Please sign in to comment.