diff --git a/hello_world/usb/CMakeLists.txt b/hello_world/usb/CMakeLists.txt index aa176eb93..c99605154 100644 --- a/hello_world/usb/CMakeLists.txt +++ b/hello_world/usb/CMakeLists.txt @@ -1,4 +1,4 @@ -if (TARGET tinyusb_device) +if (TARGET cherryusb_device) add_executable(hello_usb hello_usb.c )