diff options
| author | hathach <[email protected]> | 2013-05-29 16:56:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-29 16:56:15 +0700 |
| commit | 04a641f0670eb448f561aa945ecc2a7cf0365469 (patch) | |
| tree | 794c92e42c21b9c2a765ab54a36497804c650b9d /tinyusb/device/dcd.h | |
| parent | d5836751d913e2f7cb90bb1a4cdc95274d585a48 (diff) | |
ea4357 can be enumerated, but get setconfiugre value of 0
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index c4b98d990..10450dc54 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -58,8 +58,6 @@ #include "common/common.h" #include "dcd_nxp_romdriver.h" -#define ROM_API ( * (*((USBD_API_T***) 0x1FFF1FF8)) ) // TODO remove rom API dependency - tusb_error_t dcd_init(void) ATTR_WARN_UNUSED_RESULT; tusb_error_t dcd_controller_reset(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; void dcd_controller_connect(uint8_t coreid); |
