1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino
Matthijs Kooijman 6cce4787bf Simplify HardwareSerial::begin()
This simplifies the baud rate calculation, removing the need for a goto
and shortening the code a bit. Other than that, this code should not use
any different settings than before.

Code was suggested by Rob Tillaart on github.

Closes: #1262
2014-01-16 16:04:33 +01:00
..
avr Simplify HardwareSerial::begin() 2014-01-16 16:04:33 +01:00
sam Make some operators in IPAddress const 2014-01-15 16:20:48 +01:00