diff options
| author | hathach <[email protected]> | 2012-12-02 00:41:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-02 00:41:12 +0700 |
| commit | a636d75fc6c8af025a5f5a6229bd02334f82e976 (patch) | |
| tree | acfb718d9846f0f7e21030e5f67612256d53eb91 /tinyusb/host | |
| parent | 8a1dee1b2e9085a66b8cfb3037509442e52cbb4e (diff) | |
extract hal_init
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/hcd.c | 1 |
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; } |
