mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-09 23:57:49 -04:00
Merge branch 'main' into add-native-interrupt-MSVC
This commit is contained in:
commit
06193231d9
1 changed files with 3 additions and 3 deletions
|
@ -332,12 +332,12 @@ BaseType_t xPortStartScheduler( void )
|
|||
pxThreadState = ( ThreadState_t * ) *( ( size_t * ) pxCurrentTCB );
|
||||
ulCriticalNesting = portNO_CRITICAL_NESTING;
|
||||
|
||||
/* Start the first task. */
|
||||
ResumeThread( pxThreadState->pvThread );
|
||||
|
||||
/* The scheduler is now running. */
|
||||
xPortRunning = pdTRUE;
|
||||
|
||||
/* Start the first task. */
|
||||
ResumeThread( pxThreadState->pvThread );
|
||||
|
||||
/* Handle all simulated interrupts - including yield requests and
|
||||
* simulated ticks. */
|
||||
prvProcessSimulatedInterrupts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue