• Earle F. Philhower, III's avatar
    Fix FreeRTOS CoreMutex shim to handle ISRs (#1442) · 652f9f9e
    Earle F. Philhower, III authored
    * Fix FreeRTOS CoreMutex shim to handle ISRs
    
    Automatically check, when in FreeRTOS, if we're in an ISR and
    if so call the correct mutex grab.
    
    Thanks to @caveman99 for finding and proposing a solution!
    
    Fixes #1441
    
    * Fix the CoreMutex destructor, too
    652f9f9e
wiring_private.cpp 4.28 KB