remove print

pico-i2c-isr
alanbjohnston 3 years ago committed by GitHub
parent 2a57b072e9
commit 34207d715d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3662,7 +3662,7 @@ bool TimerHandler0(struct repeating_timer *t) {
clockgen.enableOutputOnly(1);
i2c_busy_now = false;
} else
Serial.print("-");
;// Serial.print("-");
}
} else {
// digitalWrite(BPSK_CONTROL_A, LOW);
@ -3676,7 +3676,7 @@ bool TimerHandler0(struct repeating_timer *t) {
clockgen.enableOutputOnly(0);
i2c_busy_now = false;
} else
Serial.print("-");
;// Serial.print("-");
}
}
if (wav_position > bufLen) { // 300) {

Loading…
Cancel
Save

Powered by TurnKey Linux.