From 7ee4b550c2b29e0aab1ff00fdffa0bbc0230bd45 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 23 Mar 2014 09:46:51 +0700 Subject: [PATCH] remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default) --- demos/host/src/tusb_config.h | 1 - tinyusb/tusb_option.h | 1 - 2 files changed, 2 deletions(-) diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 077935f3..71e697a7 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 diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index 780547a5..b2394158 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -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 -------------//