Remove vTaskCleanUpResources() calls.

This commit is contained in:
Richard Barry 2011-08-01 08:07:44 +00:00
parent 31dc786620
commit a548ef34f8
4 changed files with 0 additions and 20 deletions

View file

@ -236,11 +236,6 @@ unsigned short usTimer0Control;
portENABLE_INTERRUPTS(); 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();
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -277,11 +277,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
/* The tick timer is back how DOS wants it. We can re-enable /* The tick timer is back how DOS wants it. We can re-enable
interrupts without the scheduler being called. */ interrupts without the scheduler being called. */
portENABLE_INTERRUPTS(); 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();
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -238,11 +238,6 @@ unsigned short usTimer0Control;
portENABLE_INTERRUPTS(); 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();
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -290,11 +290,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
/* The tick timer is back how DOS wants it. We can re-enable /* The tick timer is back how DOS wants it. We can re-enable
interrupts without the scheduler being called. */ interrupts without the scheduler being called. */
portENABLE_INTERRUPTS(); 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();
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/