diff options
| author | hathach <[email protected]> | 2021-02-01 13:37:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-01 13:37:37 +0700 |
| commit | 8e954a439151822fcd415b3c611008aee423b813 (patch) | |
| tree | 251afd2a3b7ce3562e41cacbbbbe07f52d7c5530 /examples/device/dynamic_configuration | |
| parent | ba69da1d8f93af91685e691e5441cd3bca5c71b0 (diff) | |
added enumerate walkaround for RP2040-E5
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1
- target linke pico_fix_rp2040_usb_device_enumeration
Diffstat (limited to 'examples/device/dynamic_configuration')
| -rw-r--r-- | examples/device/dynamic_configuration/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dynamic_configuration/CMakeLists.txt b/examples/device/dynamic_configuration/CMakeLists.txt index a759e56e8..b4c95652a 100644 --- a/examples/device/dynamic_configuration/CMakeLists.txt +++ b/examples/device/dynamic_configuration/CMakeLists.txt @@ -34,7 +34,7 @@ if(FAMILY STREQUAL "rp2040") CFG_TUSB_OS=OPT_OS_PICO ) - target_link_libraries(${PROJECT} pico_stdlib) + target_link_libraries(${PROJECT} pico_stdlib pico_fix_rp2040_usb_device_enumeration) pico_add_extra_outputs(${PROJECT}) else() |
