Closed maxgerhardt closed 1 year ago
https://github.com/CommunityGD32Cores/ArduinoCore-GD32/blob/2616a45b0d8a46ae3735b2c86e0b87f9a03f50c4/cores/arduino/HardwareSerial.h#L138-L151
If a board enables both UART0 and UART1 there would be two Serial objects. Needs to be fixed.
Serial
https://github.com/CommunityGD32Cores/ArduinoCore-GD32/blob/2616a45b0d8a46ae3735b2c86e0b87f9a03f50c4/cores/arduino/HardwareSerial.h#L138-L151
If a board enables both UART0 and UART1 there would be two
Serial
objects. Needs to be fixed.