summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-12-02 00:41:12 +0700
committerhathach <[email protected]>2012-12-02 00:41:12 +0700
commita636d75fc6c8af025a5f5a6229bd02334f82e976 (patch)
treeacfb718d9846f0f7e21030e5f67612256d53eb91 /tinyusb/host
parent8a1dee1b2e9085a66b8cfb3037509442e52cbb4e (diff)
extract hal_init
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c
index 4a510d678..25b378484 100644
--- a/tinyusb/host/hcd.c
+++ b/tinyusb/host/hcd.c
@@ -42,7 +42,6 @@
TUSB_Error_t hcd_init()
{
-
return tERROR_NONE;
}