[LT] Add vendor changes from bdk_freertos/v2.0.2 (mutex)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user