summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-02 12:22:20 +0700
committerhathach <[email protected]>2022-03-02 12:22:20 +0700
commit918f3e9caec1e5566feac9214b7142b950a3d27c (patch)
treefbda8df2d0f56f01e6cc0eba7220b3bfc45a6ee1 /src/host
parentd3ed76902eaf52a61f19d88c941045ea1fc5b808 (diff)
minor rename
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.c2
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);