summaryrefslogtreecommitdiff
path: root/tinyusb/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-04 18:01:05 +0700
committerhathach <[email protected]>2013-03-04 18:01:05 +0700
commita259be6edf5bb0f8c4e77f3b321a826d8e86bd25 (patch)
tree2aca3e082ed1b9f1656e593fa49b9f82b0d4bc4e /tinyusb/tusb_option.h
parente1033b9b3c10a75fece0c2c398f5ed3f4b08d174 (diff)
refractor
- remove TUSB_CFG_HOST_CONTROLLER_START_INDEX
Diffstat (limited to 'tinyusb/tusb_option.h')
-rw-r--r--tinyusb/tusb_option.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h
index 274e4e0f9..382f0be15 100644
--- a/tinyusb/tusb_option.h
+++ b/tinyusb/tusb_option.h
@@ -117,10 +117,6 @@
// HOST OPTIONS
//--------------------------------------------------------------------+
#if MODE_HOST_SUPPORTED
- #ifndef TUSB_CFG_HOST_CONTROLLER_START_INDEX
- #error TUSB_CFG_HOST_CONTROLLER_START_INDEX is not defined
- #endif
-
#ifndef TUSB_CFG_HOST_DEVICE_MAX
#define TUSB_CFG_HOST_DEVICE_MAX 1
#warning TUSB_CFG_HOST_DEVICE_MAX is not defined, default value is 1