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:
Alarus 2012-08-12 22:07:42 +06:00
parent 5a420c034e
commit 655ca80b29
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ try_again:
{
config_setting |= B10000000;
}
*_ucsrc = config_setting
*_ucsrc = config_setting;
sbi(*_ucsrb, _rxen);
sbi(*_ucsrb, _txen);