cppcheck fixes for const

This commit is contained in:
iceman1001 2022-01-06 23:07:47 +01:00
commit 6bb301f4da
9 changed files with 26 additions and 16 deletions

View file

@ -200,7 +200,7 @@ void RunMod(void) {
state = STATE_READ;
DbpString(_YELLOW_("[ ") "Initialized reading mode" _YELLOW_(" ]"));
DbpString("\n" _YELLOW_("!!") "Waiting for an ST25TA card...");
break;
continue;
}
// We need to listen to the high-frequency, peak-detected path.
@ -378,7 +378,7 @@ void RunMod(void) {
state = STATE_READ;
DbpString(_YELLOW_("[ ") "Initialized reading mode" _YELLOW_(" ]"));
DbpString("\n" _YELLOW_("!!") "Waiting for an ST25TA card...");
break;
continue;
}
// We need to listen to the high-frequency, peak-detected path.