We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac0cc1 commit 647e729Copy full SHA for 647e729
cores/arduino/Uart.cpp
@@ -31,7 +31,7 @@ Uart::Uart(SERCOM *_s, uint8_t _pinRX, uint8_t _pinTX, SercomRXPad _padRX, Serco
31
32
void Uart::begin(unsigned long baudrate)
33
{
34
- begin(baudrate, (uint8_t)SERIAL_8N1);
+ begin(baudrate, SERIAL_8N1);
35
}
36
37
void Uart::begin(unsigned long baudrate, uint16_t config)
0 commit comments