cdc_acm_host: temporarily disable format warnings

Reported at https://github.com/espressif/esp-idf/issues/9511
Follow-up in https://github.com/espressif/idf-extra-components/issues/65
This commit is contained in:
Ivan Grokhotkov 2022-08-08 00:20:34 +02:00
parent 4573d2810b
commit 639053ce6d
No known key found for this signature in database
GPG Key ID: 1E050E141B280628
2 changed files with 3 additions and 1 deletions

View File

@ -13,3 +13,5 @@ idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${include}
REQUIRES ${require}
)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@ -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: