[LT] Add vendor changes from bdk_freertos/v2.0.2 (mutex)

This commit is contained in:
Kuba Szczodrzyński
2022-08-26 15:03:03 +02:00
parent 8e1df05d86
commit 33191e0a13

View File

@@ -38,6 +38,7 @@
#define LWIP_HDR_SYS_H
#include "lwip/opt.h"
#include "rtos_pub.h"
#ifdef __cplusplus
extern "C" {
@@ -120,6 +121,8 @@ typedef void (*lwip_thread_fn)(void *arg);
#else /* LWIP_COMPAT_MUTEX */
typedef beken_mutex_t sys_mutex_t;
/**
* @ingroup sys_mutex
* Create a new mutex.