remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)

This commit is contained in:
hathach 2014-03-23 09:46:51 +07:00
parent 6d2eb50c0d
commit 7ee4b550c2
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@
// HOST CONFIGURATION
//--------------------------------------------------------------------+
#define TUSB_CFG_HOST_DEVICE_MAX 3 // TODO be a part of HUB config
#define TUSB_CFG_HOST_ENUM_BUFFER_SIZE 255
//------------- CLASS -------------//
#define TUSB_CFG_HOST_HUB 1

View File

@ -153,7 +153,6 @@
#ifndef TUSB_CFG_HOST_ENUM_BUFFER_SIZE
#define TUSB_CFG_HOST_ENUM_BUFFER_SIZE 256
#warning TUSB_CFG_HOST_ENUM_BUFFER_SIZE is not defined, default value is 256
#endif
//------------- CLASS -------------//