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/tusb.h | |
| parent | 382cd30be2e3069a490977e1a492783188a02da0 (diff) | |
add more doxygen docs
start to use TUSB_Error_t
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 6e44c0a97..fd02fadb7 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -55,7 +55,10 @@ #endif #include "common/common.h" -#include "tusb_cfg.h" + +#ifdef CFG_TUSB_HOST + #include "host/hcd.h" +#endif #ifdef CFG_TUSB_DEVICE #include "device/dcd.h" |
