This commit is contained in:
iceman1001 2019-10-19 16:04:16 -04:00
commit 3620236725
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ void RunMod() {
if (data_available()) break;
// Was our button held down or pressed?
int button_pressed = BUTTON_HELD(280);
button_pressed = BUTTON_HELD(280);
if (button_pressed != BUTTON_HOLD) break;
Dbprintf("[=] trying Facility = %08x ID %08x", high, i);