Skip to content

Commit e7e5bf5

Browse files
authored
Merge branch 'main' into rp2040_cmake_fix
2 parents 3276214 + 90d9204 commit e7e5bf5

File tree

1 file changed

+0
-3
lines changed
  • portable/ThirdParty/GCC/RP2040

1 file changed

+0
-3
lines changed

portable/ThirdParty/GCC/RP2040/port.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,6 @@ __attribute__( ( weak ) ) void vPortSetupTimerInterrupt( void )
742742
ulYieldSpinLockSaveValue = ulSave;
743743
xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit(pxLock->spin_lock),
744744
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);
748745
}
749746
}
750747

0 commit comments

Comments
 (0)