summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd_nxp_romdriver.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-04 10:43:58 +0700
committerhathach <[email protected]>2013-06-04 10:43:58 +0700
commitcdc830782f3795cd841cd5d95fecfcad2ce06f21 (patch)
treee212e6fca2be378b30545afbfb3654eb1c242c1e /tinyusb/device/dcd_nxp_romdriver.h
parenta3ed66344d893c2c3ba4be2319af93448d4acb9f (diff)
rename tusb_device_is_configured
remove dcd_lpc18xx_lpc43xx.h and dcd_lpc11uxx_lpc13xx move define to hal
Diffstat (limited to 'tinyusb/device/dcd_nxp_romdriver.h')
-rw-r--r--tinyusb/device/dcd_nxp_romdriver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/device/dcd_nxp_romdriver.h b/tinyusb/device/dcd_nxp_romdriver.h
index e33c45186..f6f12686a 100644
--- a/tinyusb/device/dcd_nxp_romdriver.h
+++ b/tinyusb/device/dcd_nxp_romdriver.h
@@ -56,11 +56,9 @@
#define USB_MAX_IF_NUM 8 // maximum interface number supported, should be fixed to 8
#if (MCU == MCU_LPC18XX) || (MCU == MCU_LPC43XX)
- #include "dcd_lpc18xx_lpc43xx.h"
#define ROM_API ( * ((USBD_API_T**) NXP_ROMDRIVER_FUNCTION_ADDR) )
#define USB_MAX_EP_NUM 6
#elif (MCU == MCU_LPC13UXX) || (MCU == MCU_LPC11UXX)
- #include "dcd_lpc11uxx_lpc13xx.h"
#define ROM_API ( * (*((USBD_API_T***) NXP_ROMDRIVER_FUNCTION_ADDR)) )
#define USB_MAX_EP_NUM 5
#else