Skip to content

Commit

Permalink
remove superstitious activity print
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Nov 19, 2024
1 parent ea1abd7 commit 2755d43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/mfm_emu/mfm_emu.ino
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,6 @@ void loop() {
}
#endif

static int i, j = 1;
if (i++ % j == 0) {
Serial.printf("ok i=%d\n", i);
if (j < 1000)
j *= 10;
}
// this is not correct handling of the ready/disk change flag. on my test
// computer, just leaving the pin HIGH works, while immediately reporting LOW
// on the "ready / disk change:
Expand Down

0 comments on commit 2755d43

Please sign in to comment.