Skip to content

Commit 1cecedd

Browse files
committed
Removing more debug statements
1 parent 2190f63 commit 1cecedd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hardware/msp430/libraries/SoftwareSerial/SoftwareSerial.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,11 @@ void SoftwareSerial::begin(long speed)
266266
{
267267
attachInterrupt(_receivePin, SoftwareSerial::handle_interrupt, FALLING);
268268

269-
Serial.println("pre delay");
270-
Serial.print("_tx_delay: ");
271-
Serial.println(_tx_delay);
272269
tunedDelay(_tx_delay); // if we were low this establishes the end
273270
}
274-
Serial.println("post stopbit");
275271

276272

277273
listen();
278-
Serial.println("post listen");
279274
}
280275

281276
void SoftwareSerial::end()

0 commit comments

Comments
 (0)