From 9988566c5c37720b690944a94c213a0f21988a07 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Thu, 6 Feb 2025 20:14:08 +0800 Subject: [PATCH] update(hello_usb): replace with cherryusb Signed-off-by: sakumisu <1203593632@qq.com> --- hello_world/usb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )