mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
23ba45c232320ebda587f08f1467beb2c9414111
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.
Description
Languages
C
89.2%
C++
9.5%
Assembly
1.3%
