Browse Source

fixing missing bracket

dds
Dave Crist 4 years ago
parent
commit
f8526467d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      play_sd_wav.cpp

+ 1
- 1
play_sd_wav.cpp View File

if(state == state_play) { if(state == state_play) {
state = STATE_PAUSED; state = STATE_PAUSED;
} }
else if(state == STATE_PAUSED)
else if(state == STATE_PAUSED) {
state = state_play; state = state_play;
} }
} }

Loading…
Cancel
Save