Skip to content

Commit

Permalink
Remove accidental debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jun 26, 2021
1 parent aac8146 commit f299120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/Wire/Wire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void TwoWire::begin(uint8_t addr) {
}

void TwoWire::onIRQ() {
Serial.printf("Wire.IRQ=%08x\n", _i2c->hw->intr_stat);
if (_i2c->hw->intr_stat & (1 << 10)) {
_buffLen = 0;
_buffOff = 0;
Expand Down

0 comments on commit f299120

Please sign in to comment.