We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3276214 + 90d9204 commit e7e5bf5Copy full SHA for e7e5bf5
portable/ThirdParty/GCC/RP2040/port.c
@@ -742,9 +742,6 @@ __attribute__( ( weak ) ) void vPortSetupTimerInterrupt( void )
742
ulYieldSpinLockSaveValue = ulSave;
743
xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit(pxLock->spin_lock),
744
pdTRUE, pdFALSE, portMAX_DELAY);
745
- /* sanity check that interrupts were disabled, then re-enabled during the call, which will have
746
- * taken care of the yield */
747
- configASSERT( pxYieldSpinLock == NULL);
748
}
749
750
0 commit comments