Remove vTaskCleanUpResources() calls.

pull/4/head
Richard Barry 14 years ago
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…
Cancel
Save