Files
ArduinoCore-AT32F4/cores/arduino/HardwareSerial.h
Chris 23ba45c232 Fix serial configuration. 7-bits is not supported.
When configuring the serial port it was erroneously selecting the wrong mode.
For example when selecting 8N1 was actually configuring 9N1. Fixed by removing
the invalid 7-bit modes.
2022-08-10 20:55:37 -04:00

3.2 KiB