summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2020-07-29 16:05:31 +0700
committerhathach <thach@tinyusb.org>2020-07-29 16:05:31 +0700
commit1f4fcb399b077ea783219428bfd334808660667d (patch)
tree67b1beded6fbfc97ffdd13bfb41be0efead87a9b /supervisor
parentd8fef207d254e03571e596795e93cbf99981bab5 (diff)
move CFG_TUSB_RHPORT0_MODE into generated header
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/usb/tusb_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/supervisor/shared/usb/tusb_config.h b/supervisor/shared/usb/tusb_config.h
index e34a02714..15d9fabaf 100644
--- a/supervisor/shared/usb/tusb_config.h
+++ b/supervisor/shared/usb/tusb_config.h
@@ -47,8 +47,6 @@
//--------------------------------------------------------------------+
// COMMON CONFIGURATION
//--------------------------------------------------------------------+
-#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
-
#ifndef CFG_TUSB_DEBUG
#define CFG_TUSB_DEBUG 0
#endif