This commit is contained in:
Matthew Kennedy 2020-07-29 02:49:23 -07:00
parent 93d631b911
commit 1f221043ed
1 changed files with 0 additions and 2 deletions

View File

@ -268,8 +268,6 @@ static const USBEndpointConfig ep2config = {
* Handles the USB driver global events.
*/
static void usb_event(USBDriver *usbp, usbevent_t event) {
extern SerialUSBDriver SDU1;
switch (event) {
case USB_EVENT_ADDRESS:
return;