diff --git a/device/esp_tinyusb/test_apps/dconn_detection/CMakeLists.txt b/device/esp_tinyusb/test_apps/dconn_detection/CMakeLists.txt index 619c3201..ff14e204 100644 --- a/device/esp_tinyusb/test_apps/dconn_detection/CMakeLists.txt +++ b/device/esp_tinyusb/test_apps/dconn_detection/CMakeLists.txt @@ -6,4 +6,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake) # "Trim" the build. Include the minimal set of components, main, and anything it depends on. set(COMPONENTS main) -project(test_app_cdc) +project(test_app_dconn_detection)