summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/device/dcd.c')
-rw-r--r--tinyusb/device/dcd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tinyusb/device/dcd.c b/tinyusb/device/dcd.c
index cd3c85063..c0115c4e5 100644
--- a/tinyusb/device/dcd.c
+++ b/tinyusb/device/dcd.c
@@ -151,14 +151,4 @@ bool usb_isConfigured(void)
return isConfigured;
}
-/**************************************************************************/
-/*!
- @brief Redirect the USB IRQ handler to the ROM handler
-*/
-/**************************************************************************/
-void USB_IRQHandler(void)
-{
- USBD_API->hw->ISR(g_hUsb);
-}
-
#endif