Continue 78K0R development.

This commit is contained in:
Richard Barry 2009-02-03 21:07:17 +00:00
parent eef9900e23
commit 7acae9e570
6 changed files with 462 additions and 578 deletions

View file

@ -115,8 +115,6 @@ portSHORT main( void )
xTaskCreate( vRegTest1, "Reg1", configMINIMAL_STACK_SIZE, NULL, 0, NULL );
xTaskCreate( vRegTest2, "Reg2", configMINIMAL_STACK_SIZE, NULL, 0, NULL );
vPrintInitialise();
/* In this port, to use preemptive scheduler define configUSE_PREEMPTION
* as 1 in FreeRTOSconfig.h. To use the cooperative scheduler define
* configUSE_PREEMPTION as 0.