mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
@ -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 New Issue
Block a user