mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Update hardware/arduino/cores/arduino/HardwareSerial.cpp
Adding advanced begin (); with the ability to specify the length of bits, parity, stop bits.
This commit is contained in:
parent
5a420c034e
commit
655ca80b29
@ -434,7 +434,7 @@ try_again:
|
||||
{
|
||||
config_setting |= B10000000;
|
||||
}
|
||||
*_ucsrc = config_setting
|
||||
*_ucsrc = config_setting;
|
||||
|
||||
sbi(*_ucsrb, _rxen);
|
||||
sbi(*_ucsrb, _txen);
|
||||
|
Loading…
Reference in New Issue
Block a user