usb: Fix CDC format errors

Related to https://github.com/espressif/idf-extra-components/issues/65
This commit is contained in:
Tomas Rezucha 2022-09-02 08:14:14 +02:00
parent d7056e85ea
commit a45de9cf24
3 changed files with 1229 additions and 1230 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
version: "1.0.1"
version: "1.0.2"
description: USB Host CDC-ACM driver
url: https://github.com/espressif/idf-extra-components/tree/master/usb/usb_host_cdc_acm
dependencies: