summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-02 18:14:49 +0700
committerhathach <[email protected]>2024-04-02 18:14:49 +0700
commit18a458679f9581f53108005f0cd028acc79236e2 (patch)
tree21d7ccb76588b97dd463137839d914baf3fe694c /examples/host/hid_controller
parent2a21b6980b8efc87adb44f20a60a5f2ffda79518 (diff)
parent574916f53088adebb6d0f2cede4a96e99ef9e605 (diff)
Merge branch 'master' into MCX
Diffstat (limited to 'examples/host/hid_controller')
-rw-r--r--examples/host/hid_controller/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/hid_controller/src/tusb_config.h b/examples/host/hid_controller/src/tusb_config.h
index 8ddaddda7..3ac591d8f 100644
--- a/examples/host/hid_controller/src/tusb_config.h
+++ b/examples/host/hid_controller/src/tusb_config.h
@@ -71,7 +71,7 @@
#if CFG_TUSB_MCU == OPT_MCU_RP2040
// #define CFG_TUH_RPI_PIO_USB 1 // use pio-usb as host controller
- // #define CFG_TUH_RPI_PIO_USB 1 // use max3421 as host controller
+ // #define CFG_TUH_MAX3421 1 // use max3421 as host controller
// host roothub port is 1 if using either pio-usb or max3421
#if (defined(CFG_TUH_RPI_PIO_USB) && CFG_TUH_RPI_PIO_USB) || (defined(CFG_TUH_MAX3421) && CFG_TUH_MAX3421)