summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-28 15:24:27 +0700
committerhathach <[email protected]>2013-05-28 15:24:27 +0700
commit1e5bd82af28c6005fa0ecf008e44322a6ee46461 (patch)
treee9618a6a79880a0c681a6c213d8560c286e3475f /tinyusb/device/dcd.c
parent7ae986de95ccb049611340164246e17ee0023c87 (diff)
rename NGX to ngx
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict
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