Skip to content

Commit

Permalink
coap: define HAVE_INTTYPES_H to avoid PRIu32 redifinition
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Aug 7, 2022
1 parent ae3b40d commit 4573d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coap/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "4.3.1-rc.1"
version: "4.3.1~1-rc.1"
description: Constrained Application Protocol (CoAP) C Library
url: https://github.com/espressif/idf-extra-components/tree/master/coap
dependencies:
Expand Down
1 change: 1 addition & 0 deletions coap/port/include/coap_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#define HAVE_STDIO_H
#define HAVE_ASSERT_H
#define HAVE_INTTYPES_H

#define PACKAGE_STRING PACKAGE_NAME PACKAGE_VERSION

Expand Down

0 comments on commit 4573d28

Please sign in to comment.