Merge branch 'bugfix/setup_defines_for_correct_mutex_usage' into 'release/v4.4'
coap_config_posix.h: Set up defines for correct mutex usage See merge request espressif/esp-idf!18232
This commit is contained in:
commit
ff4875bc9b
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#define HAVE_NETDB_H
|
||||
#define HAVE_NETINET_IN_H
|
||||
#define HAVE_STRUCT_CMSGHDR
|
||||
#define HAVE_PTHREAD_H
|
||||
#define HAVE_PTHREAD_MUTEX_LOCK
|
||||
#define COAP_DISABLE_TCP 0
|
||||
|
||||
#define ipi_spec_dst ipi_addr
|
||||
|
|
|
|||
Loading…
Reference in a new issue