diff options
| author | hathach <[email protected]> | 2013-02-01 10:33:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-01 10:33:43 +0700 |
| commit | 9e3785e7e1bd5bac3c8e24477edbde12cc09dd4b (patch) | |
| tree | c2233323659aeda002dbbcb6e910b669f1147aac /tinyusb/host/hcd.c | |
| parent | 1b963f6a7117d754c47e860159ac0aa90d1db6dc (diff) | |
add std=gnu99 for test build
add hcd_init to usbh_init and update test code
add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE
change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
Diffstat (limited to 'tinyusb/host/hcd.c')
| -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 2c085566e..6960d2cfa 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -41,7 +41,6 @@ tusb_error_t hcd_init(uint8_t coreid) { - return TUSB_ERROR_NONE; } |
