diff options
| author | hathach <[email protected]> | 2013-06-04 13:36:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-04 13:36:18 +0700 |
| commit | 3394b4beaa4f52461a68b837b33383af49dbff37 (patch) | |
| tree | c2dd9503a087088cb25d0344ccba3b2804eafdf9 /tinyusb/device/dcd.h | |
| parent | 4239e1390e9f85b8c117277e4ed79dabe22b2e1f (diff) | |
re-create ngx4330.h
remove some rom driver dependency on upper layer
introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib
add support for lpc175x_6x
- able to build and blink led on lpcxpresso1769 with device (without any class enabled)
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index 10450dc54..be139b713 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -56,7 +56,6 @@ #endif #include "common/common.h" -#include "dcd_nxp_romdriver.h" tusb_error_t dcd_init(void) ATTR_WARN_UNUSED_RESULT; tusb_error_t dcd_controller_reset(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; |
