summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-21 15:49:38 +0700
committerhathach <[email protected]>2022-11-21 15:49:38 +0700
commit460bef9dbb40d1c6990c1bfd2f8da48978550932 (patch)
tree0324f30682b7fdbac33074cd382be2bf85f1287a /src
parentba9f88f18c222d9e74e483340ade4a420ad49f01 (diff)
host msc example work well with rp2040 pio-usb
Diffstat (limited to 'src')
-rw-r--r--src/host/usbh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 560a1ea23..1a26a69b4 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -71,7 +71,7 @@ struct tuh_xfer_s
// ConfigID for tuh_config()
enum
{
- TUH_CFGID_RPI_PIO_USB_CONFIGURATION = OPT_MCU_RP2040 // cfg_param: pio_usb_configuration_t
+ TUH_CFGID_RPI_PIO_USB_CONFIGURATION = OPT_MCU_RP2040 << 8 // cfg_param: pio_usb_configuration_t
};
//--------------------------------------------------------------------+