aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/source/periph/usbcfg.c
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-10 09:48:31 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-10 09:48:31 -0400
commitd7cd899653531ac5a8def9e9697b0d65b438b773 (patch)
tree0ae570693a9f549b940f7672bbdf69b710d48ee2 /firmware/source/periph/usbcfg.c
parentf3c28dd2f1a27ee8039a86942ccd2277fbb4102e (diff)
small fixes; add compile checksHEADmain
Diffstat (limited to 'firmware/source/periph/usbcfg.c')
-rw-r--r--firmware/source/periph/usbcfg.c1
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: