-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
The _SerialUSB::end
function is not implemented:
ArduinoCore-renesas/cores/arduino/usb/SerialUSB.cpp
Lines 31 to 33 in fedf789
void _SerialUSB::end() { | |
// TODO | |
} |
This can lead to unexpected behavior in libraries that expect it.
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project