From 360b28b44fa2ad7973f06c7f048a66a68e6cb90f Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 29 Nov 2012 15:35:59 +0700 Subject: add more doxygen docs start to use TUSB_Error_t --- tinyusb/tusb.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tinyusb/tusb.h') 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" -- cgit v1.3.1