add script files, fix build error with device

This commit is contained in:
hathach
2014-04-17 14:54:14 +07:00
parent 4227ada477
commit e8b586cc02
4 changed files with 454 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
#include "common/common.h"
#if MODE_HOST_SUPPORTED
// Max number of endpoints per device
enum {
HCD_MAX_ENDPOINT = TUSB_CFG_HOST_HUB + TUSB_CFG_HOST_HID_KEYBOARD + TUSB_CFG_HOST_HID_MOUSE + TUSB_CFG_HOST_HID_GENERIC +
@@ -56,6 +57,7 @@ enum {
HCD_MAX_XFER = HCD_MAX_ENDPOINT*2,
};
#endif
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF