diff options
| author | hathach <[email protected]> | 2012-11-29 15:35:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-29 15:35:59 +0700 |
| commit | 360b28b44fa2ad7973f06c7f048a66a68e6cb90f (patch) | |
| tree | a80ef4f6ba6282faa2fd13cc18689667f47626e9 /tinyusb/host/hcd.h | |
| parent | 382cd30be2e3069a490977e1a492783188a02da0 (diff) | |
add more doxygen docs
start to use TUSB_Error_t
Diffstat (limited to 'tinyusb/host/hcd.h')
| -rw-r--r-- | tinyusb/host/hcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index a9932af08..64bf28205 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -38,10 +38,14 @@ #ifndef _TUSB_HCD_H_ #define _TUSB_HCD_H_ +#include "common/common.h" + #ifdef __cplusplus extern "C" { #endif +TUSB_Error_t hcd_init() ATTR_WARN_UNUSED_RESULT; + #ifdef __cplusplus } #endif |
