diff options
| author | hathach <[email protected]> | 2014-03-23 09:46:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-23 09:46:51 +0700 |
| commit | 7ee4b550c2b29e0aab1ff00fdffa0bbc0230bd45 (patch) | |
| tree | 4e9d03971f555355bb4dc4c856ee430f525e5b60 /demos/host | |
| parent | 6d2eb50c0d9ef0c0ffc330472cd6f4397efda5b4 (diff) | |
remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)
Diffstat (limited to 'demos/host')
| -rw-r--r-- | demos/host/src/tusb_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 077935f38..71e697a78 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -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
|
