diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-10 09:48:31 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-10 09:48:31 -0400 |
commit | d7cd899653531ac5a8def9e9697b0d65b438b773 (patch) | |
tree | 0ae570693a9f549b940f7672bbdf69b710d48ee2 /firmware/source/periph/usbcfg.c | |
parent | f3c28dd2f1a27ee8039a86942ccd2277fbb4102e (diff) |
Diffstat (limited to 'firmware/source/periph/usbcfg.c')
-rw-r--r-- | firmware/source/periph/usbcfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/source/periph/usbcfg.c b/firmware/source/periph/usbcfg.c index b726e23..537cca7 100644 --- a/firmware/source/periph/usbcfg.c +++ b/firmware/source/periph/usbcfg.c @@ -264,7 +264,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:
|