10000 Remove accidental debug message · Robotonics/arduino-pico@f299120 · GitHub
[go: up one dir, main page]

Skip to content

Commit f299120

Browse files
Remove accidental debug message
1 parent aac8146 commit f299120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Wire/Wire.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ void TwoWire::begin(uint8_t addr) {
139139
}
140140

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

0 commit comments

Comments
 (0)
0