mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 17:17:14 +00:00
Add static initializers for muxes, add mutex init to vPortCPUAcquireMutex
This commit is contained in:
@@ -123,7 +123,7 @@ typedef struct xEventGroupDefinition
|
||||
|
||||
|
||||
/* Again: one mux for all events. Maybe this can be made more granular. ToDo: look into that. -JD */
|
||||
static portMUX_TYPE xEventGroupMux;
|
||||
static portMUX_TYPE xEventGroupMux = portMUX_INITIALIZER_UNLOCKED;
|
||||
static BaseType_t xMuxInitialized = pdFALSE;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user