hid mouse working

This commit is contained in:
hathach
2012-11-29 16:32:49 +07:00
parent 8f57cb6ccb
commit b8b92e1202
11 changed files with 49 additions and 32 deletions

View File

@@ -37,9 +37,13 @@
#include "hcd.h"
#ifdef CFG_TUSB_HOST
TUSB_Error_t hcd_init()
{
return tERROR_NONE;
}
#endif