diff options
| author | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
| commit | b698b09a67251c8ed8ed81120e85ea21c5d88b10 (patch) | |
| tree | 5da27b3529f66f07095623ef160279b5cb5e9760 /tinyusb/host/hcd.c | |
| parent | aff644b7c3083cb3b943276d046729b80233e9f9 (diff) | |
fix some doxygen settings and stuffs add prepacked for IAR compiler
Diffstat (limited to 'tinyusb/host/hcd.c')
| -rw-r--r-- | tinyusb/host/hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c index 25b378484..9ff96d5cf 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -39,7 +39,7 @@ #ifdef CFG_TUSB_HOST -TUSB_Error_t hcd_init() +TUSB_Error_t hcd_init(uint8_t coreid) { return tERROR_NONE; |
