diff options
| author | hathach <[email protected]> | 2022-03-02 12:22:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-02 12:22:20 +0700 |
| commit | 918f3e9caec1e5566feac9214b7142b950a3d27c (patch) | |
| tree | fbda8df2d0f56f01e6cc0eba7220b3bfc45a6ee1 /src/host | |
| parent | d3ed76902eaf52a61f19d88c941045ea1fc5b808 (diff) | |
minor rename
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index ea0a0809d..1f2a19527 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -779,7 +779,7 @@ static bool enum_get_addr0_device_desc_complete(uint8_t dev_addr, tusb_control_r if (_dev0.hub_addr == 0) { -#if !CFG_TUH_RPI_PIO // skip this reset for pio-usb +#if !CFG_TUH_RPI_PIO_USB // skip this reset for pio-usb // connected directly to roothub hcd_port_reset(_dev0.rhport); osal_task_delay(RESET_DELAY); |
