mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01: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