diff options
| author | sakumisu <[email protected]> | 2025-12-11 11:45:23 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-12-23 16:52:29 +0800 |
| commit | a6517c97c94f86160aa17fe2728113ee7e5da657 (patch) | |
| tree | 6011ebdc2aabd19671b9f7f73a3af09c0a7199b2 | |
| parent | 387a418f14d243063eb8341d174df9864ff70602 (diff) | |
chore(cmake): fix cdc symbol namev1.5.3-rc2
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index daaaae79..5c3e651b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ elseif(ESP_PLATFORM) # 强制链接器不删除符号 if(CONFIG_CHERRYUSB_HOST_CDC_ACM) - target_link_libraries(${COMPONENT_LIB} INTERFACE "-u cdc_acm_class_info") + target_link_libraries(${COMPONENT_LIB} INTERFACE "-u cdc_acm_none_class_info") target_link_libraries(${COMPONENT_LIB} INTERFACE "-u cdc_data_class_info") endif() if(CONFIG_CHERRYUSB_HOST_HID) |
