Skip to content

Commit

Permalink
cdc_acm_host: temporarily disable format warnings
Browse files Browse the repository at this point in the history
Reported at espressif/esp-idf#9511
Follow-up in #65
  • Loading branch information
igrr committed Aug 7, 2022
1 parent 4573d28 commit 639053c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions usb/usb_host_cdc_acm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${include}
REQUIRES ${require}
)

target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
2 changes: 1 addition & 1 deletion usb/usb_host_cdc_acm/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 639053c

Please sign in to comment.