summaryrefslogtreecommitdiff
path: root/tinyusb/host/hcd.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-27 18:49:28 +0700
committerhathach <[email protected]>2013-02-27 18:49:28 +0700
commit0c397c6b8d96f9d82101afb3a3bc812981bac194 (patch)
tree2c6a6872b6444f9203dd88481cb2785447d16074 /tinyusb/host/hcd.c
parentd54a12c4499be4b16c842e5d3cb0bbf4a04b96bc (diff)
house keeping
- correct initialization call sequence - move hcd_init to ehci.c
Diffstat (limited to 'tinyusb/host/hcd.c')
-rw-r--r--tinyusb/host/hcd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c
index 6960d2cfa..ad72d49c1 100644
--- a/tinyusb/host/hcd.c
+++ b/tinyusb/host/hcd.c
@@ -39,9 +39,5 @@
#ifdef TUSB_CFG_HOST
-tusb_error_t hcd_init(uint8_t coreid)
-{
- return TUSB_ERROR_NONE;
-}
#endif