|
|
@ -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();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*-----------------------------------------------------------*/
|
|
|
|
/*-----------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|