diff options
| author | hathach <[email protected]> | 2018-04-14 14:08:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-14 14:08:48 +0700 |
| commit | 29071c10b1e2f2574afb310a7197d599a25cd362 (patch) | |
| tree | b7912c73e205be0887240b012a63896426529658 /examples/device/device_virtual_com/src | |
| parent | 92b306d9bc9c3d4bd09a0126aa774f919be34350 (diff) | |
rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE
Diffstat (limited to 'examples/device/device_virtual_com/src')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index a595f83b5..16b932348 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/examples/device/device_virtual_com/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 |
