diff --git a/libraries/SoftwareSerial/SoftwareSerial.cpp b/libraries/SoftwareSerial/SoftwareSerial.cpp index 4e02cb6a4..64496febb 100755 --- a/libraries/SoftwareSerial/SoftwareSerial.cpp +++ b/libraries/SoftwareSerial/SoftwareSerial.cpp @@ -376,15 +376,13 @@ void SoftwareSerial::setRX(uint8_t rx) // Public methods // -bool SoftwareSerial::begin(long speed) +void SoftwareSerial::begin(long speed) { _rx_delay_centering = _rx_delay_intrabit = _rx_delay_stopbit = _tx_delay = 0; - long baud = 0; - for (unsigned i=0; i