mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove vTaskCleanUpResources() calls.
This commit is contained in:
parent
31dc786620
commit
a548ef34f8
|
@ -236,11 +236,6 @@ unsigned short usTimer0Control;
|
|||
|
||||
|
||||
portENABLE_INTERRUPTS();
|
||||
|
||||
/* This will free up all the memory used by the scheduler.
|
||||
exiting back to dos with INT21 AH=4CH will do this anyway so
|
||||
it is not necessary to call this. */
|
||||
vTaskCleanUpResources();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
@ -277,11 +277,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
|
|||
/* The tick timer is back how DOS wants it. We can re-enable
|
||||
interrupts without the scheduler being called. */
|
||||
portENABLE_INTERRUPTS();
|
||||
|
||||
/* This will free up all the memory used by the scheduler.
|
||||
exiting back to dos with INT21 AH=4CH will do this anyway so
|
||||
it is not necessary to call this. */
|
||||
vTaskCleanUpResources();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
@ -238,11 +238,6 @@ unsigned short usTimer0Control;
|
|||
|
||||
|
||||
portENABLE_INTERRUPTS();
|
||||
|
||||
/* This will free up all the memory used by the scheduler.
|
||||
exiting back to dos with INT21 AH=4CH will do this anyway so
|
||||
it is not necessary to call this. */
|
||||
vTaskCleanUpResources();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
@ -290,11 +290,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
|
|||
/* The tick timer is back how DOS wants it. We can re-enable
|
||||
interrupts without the scheduler being called. */
|
||||
portENABLE_INTERRUPTS();
|
||||
|
||||
/* This will free up all the memory used by the scheduler.
|
||||
exiting back to dos with INT21 AH=4CH will do this anyway so
|
||||
it is not necessary to call this. */
|
||||
vTaskCleanUpResources();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue