CoreMutex freeRTOS Mutex acquire properly (#1481)
Since FreeRTOS has real tasks and mutexes with support for priority bumping, actually always try and take a `CoreMutex` instead of seeing if someone else already has it and aborting immediately. This fix helps ensure things like Serial output in a multi-task system won't get lost.
Showing
Please register or sign in to comment