arduino / ArduinoCore-renesas

MIT License
109 stars 74 forks source link

Implement SerialUSB::end #373

Open AlistairKeiller opened 2 weeks ago

AlistairKeiller commented 2 weeks ago

The _SerialUSB::end function is not implemented:

https://github.com/arduino/ArduinoCore-renesas/blob/fedf7896ed6c2e66d42ed5642198f5617a2daa55/cores/arduino/usb/SerialUSB.cpp#L31-L33

This can lead to unexpected behavior in libraries that expect it.