Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RP2040: Remove incorrect assertion (FreeRTOS#508)
After the xEventGroupWaitBits in vProtLockInternalSpinUnlockWithWait there was an assertion about pxYiledSpinLock being NULL, however when xEventGroupWaitBits returns, IRQs have been re-enabled and so it is no longer safe to assert on the state which is protected by IRQs being disabled. Co-authored-by: graham sanderson <graham.sanderson@raspeberryi.com>
- Loading branch information