aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/source/periph/usbcfg.c
diff options
context:
space:
mode:
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: