summaryrefslogtreecommitdiff
path: root/examples/obsolete/device/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-04-14 14:08:48 +0700
committerhathach <[email protected]>2018-04-14 14:08:48 +0700
commit29071c10b1e2f2574afb310a7197d599a25cd362 (patch)
treeb7912c73e205be0887240b012a63896426529658 /examples/obsolete/device/src
parent92b306d9bc9c3d4bd09a0126aa774f919be34350 (diff)
rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE
Diffstat (limited to 'examples/obsolete/device/src')
-rw-r--r--examples/obsolete/device/src/tusb_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/obsolete/device/src/tusb_config.h b/examples/obsolete/device/src/tusb_config.h
index 83f1681c5..5f2f00a55 100644
--- a/examples/obsolete/device/src/tusb_config.h
+++ b/examples/obsolete/device/src/tusb_config.h
@@ -48,8 +48,8 @@
//--------------------------------------------------------------------+
//#define CFG_TUSB_MCU will be passed from IDE/command line for easy board/mcu switching
-#define CFG_TUSB_CONTROLLER_0_MODE (OPT_MODE_DEVICE)
-//#define CFG_TUSB_CONTROLLER_1_MODE (OPT_MODE_DEVICE)
+#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_DEVICE)
+//#define CFG_TUSB_RHPORT1_MODE (OPT_MODE_DEVICE)
//--------------------------------------------------------------------+
// DEVICE CONFIGURATION