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})
2424 set (CONFIG_CHERRYUSB_DEVICE_MSC 1)
2525 set (CONFIG_CHERRYUSB_DEVICE_AUDIO 1)
2626 set (CONFIG_CHERRYUSB_DEVICE_VIDEO 1)
27- set (CONFIG_CHERRYUSB_DEVICE_DCD "rp2040" )
27+ set (CONFIG_CHERRYUSB_DEVICE_RP2040 1 )
2828 include (${PICO_CHERRYUSB_PATH} /cherryusb.cmake)
2929 pico_add_library(cherryusb_device NOFLAG)
3030 target_include_directories (cherryusb_device_headers SYSTEM INTERFACE ${cherryusb_incs} )
@@ -35,7 +35,7 @@ if (EXISTS ${PICO_CHERRYUSB_PATH}/${CHERRYUSB_TEST_PATH})
3535 set (CONFIG_CHERRYUSB_HOST_HID 1)
3636 set (CONFIG_CHERRYUSB_HOST_MSC 1)
3737 set (CONFIG_CHERRYUSB_OSAL "freertos" )
38- set (CONFIG_CHERRYUSB_HOST_HCD "rp2040" )
38+ set (CONFIG_CHERRYUSB_HOST_RP2040 1 )
3939
4040 include (${PICO_CHERRYUSB_PATH} /cherryusb.cmake)
4141 pico_add_library(cherryusb_host NOFLAG)
You can’t perform that action at this time.
0 commit comments