summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-23 09:46:51 +0700
committerhathach <[email protected]>2014-03-23 09:46:51 +0700
commit7ee4b550c2b29e0aab1ff00fdffa0bbc0230bd45 (patch)
tree4e9d03971f555355bb4dc4c856ee430f525e5b60 /tinyusb
parent6d2eb50c0d9ef0c0ffc330472cd6f4397efda5b4 (diff)
remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/tusb_option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h
index 780547a55..b23941584 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 -------------//