diff options
| author | hathach <[email protected]> | 2022-04-08 13:36:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-08 13:36:05 +0700 |
| commit | d5d4909c20f581ef2046932191f487c001d59ca3 (patch) | |
| tree | 1a9e0023c867554886edc12bd694000ca9d937e4 /examples/host | |
| parent | d97c1546957059cfb3063b95d5287e2729f7f79a (diff) | |
proof of concpet that device pio-usb work with host pio-usb
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 80ee8cb01..9d083c771 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -39,6 +39,7 @@ #error CFG_TUSB_MCU must be defined #endif +// Use raspberry pio-usb for host #define CFG_TUH_RPI_PIO_USB 1 //#define CFG_TUSB_RPI_PIO_INC_PATH 1 |
