mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
Add static initializers for muxes, add mutex init to vPortCPUAcquireMutex
This commit is contained in:
@@ -155,7 +155,7 @@ typedef struct A_BLOCK_LINK
|
||||
} BlockLink_t;
|
||||
|
||||
//Mux to protect the memory status data
|
||||
static portMUX_TYPE xMallocMutex;
|
||||
static portMUX_TYPE xMallocMutex = portMUX_INITIALIZER_UNLOCKED;
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user