add more doxygen docs

start to use TUSB_Error_t
This commit is contained in:
hathach
2012-11-29 15:35:59 +07:00
parent 382cd30be2
commit 360b28b44f
18 changed files with 2006 additions and 57 deletions

View File

@@ -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"