mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)
This commit is contained in:
parent
6d2eb50c0d
commit
7ee4b550c2
@ -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
|
||||
|
@ -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 -------------//
|
||||
|
Loading…
x
Reference in New Issue
Block a user