diff --git a/usb/usb_host_cdc_acm/CMakeLists.txt b/usb/usb_host_cdc_acm/CMakeLists.txt index f2ff73f8fc..3d0825c77d 100644 --- a/usb/usb_host_cdc_acm/CMakeLists.txt +++ b/usb/usb_host_cdc_acm/CMakeLists.txt @@ -13,3 +13,5 @@ idf_component_register(SRCS ${srcs} INCLUDE_DIRS ${include} REQUIRES ${require} ) + +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format") diff --git a/usb/usb_host_cdc_acm/idf_component.yml b/usb/usb_host_cdc_acm/idf_component.yml index 5221d3cefc..bf2b45e416 100644 --- a/usb/usb_host_cdc_acm/idf_component.yml +++ b/usb/usb_host_cdc_acm/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.0" +version: "1.0.1" description: USB Host CDC-ACM driver url: https://github.com/espressif/idf-extra-components/tree/master/usb/usb_host_cdc_acm dependencies: