File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (EXISTS ${PICO_CHERRYUSB_PATH}/${CHERRYUSB_TEST_PATH})
24
24
set (CONFIG_CHERRYUSB_DEVICE_MSC 1 )
25
25
set (CONFIG_CHERRYUSB_DEVICE_AUDIO 1 )
26
26
set (CONFIG_CHERRYUSB_DEVICE_VIDEO 1 )
27
- set (CONFIG_CHERRYUSB_DEVICE_DCD "rp2040" )
27
+ set (CONFIG_CHERRYUSB_DEVICE_RP2040 1 )
28
28
include (${PICO_CHERRYUSB_PATH} /cherryusb.cmake )
29
29
pico_add_library (cherryusb_device NOFLAG )
30
30
target_include_directories (cherryusb_device_headers SYSTEM INTERFACE ${cherryusb_incs} )
@@ -35,7 +35,7 @@ if (EXISTS ${PICO_CHERRYUSB_PATH}/${CHERRYUSB_TEST_PATH})
35
35
set (CONFIG_CHERRYUSB_HOST_HID 1 )
36
36
set (CONFIG_CHERRYUSB_HOST_MSC 1 )
37
37
set (CONFIG_CHERRYUSB_OSAL "freertos" )
38
- set (CONFIG_CHERRYUSB_HOST_HCD "rp2040" )
38
+ set (CONFIG_CHERRYUSB_HOST_RP2040 1 )
39
39
40
40
include (${PICO_CHERRYUSB_PATH} /cherryusb.cmake )
41
41
pico_add_library (cherryusb_host NOFLAG )
You can’t perform that action at this time.
0 commit comments