mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Continue 78K0R development.
This commit is contained in:
parent
eef9900e23
commit
7acae9e570
6 changed files with 462 additions and 578 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue