rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE

This commit is contained in:
hathach
2018-04-14 14:08:48 +07:00
parent 92b306d9bc
commit 29071c10b1
13 changed files with 41 additions and 41 deletions

View File

@@ -7,7 +7,7 @@
/// \brief tell the stack which mode (host/device/otg) the usb controller0 will be operated on. Possible value is
/// from \ref group_mode. Note the hardware usb controller must support the selected mode.
#define CFG_TUSB_CONTROLLER_0_MODE
#define CFG_TUSB_RHPORT0_MODE
/** USB controller in MCU often has limited access to specific RAM section. The Stack will use this macro to place internal variables
into the USB RAM section as follows. if your mcu's usb controller has no such limit, define CFG_TUSB_ATTR_USBRAM as empty macro.