minor adjustments. return instead of goto

This commit is contained in:
iceman1001 2017-09-28 22:30:33 +02:00
commit 1285f5a32c
4 changed files with 8 additions and 8 deletions

View file

@ -31,7 +31,7 @@ void RunMod() {
// Was our button held down or pressed?
int button_pressed = BUTTON_HELD(1000);
SpinDelay(300);
//SpinDelay(300);
// Button was held for a second, begin recording
if (button_pressed > 0 && cardRead == 0) {
@ -131,4 +131,4 @@ void RunMod() {
}
}
}
}
}