freertos: upgrade to 10.4.3 - missing code layout changes

(cherry picked from commit 46477d85bb43aafac688747ad0c4090030410e3a)
This commit is contained in:
Zim Kalinowski
2021-09-07 10:30:30 +08:00
parent bc3c9d27f6
commit 8f06bf6e44
5 changed files with 211 additions and 75 deletions

View File

@@ -194,9 +194,11 @@ static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,
pxEventBits->ucStaticallyAllocated = pdFALSE;
}
#endif /* configSUPPORT_STATIC_ALLOCATION */
#ifdef ESP_PLATFORM
vPortCPUInitializeMutex( &pxEventBits->eventGroupMux );
#endif // ESP_PLATFORM
traceEVENT_GROUP_CREATE( pxEventBits );
}
else