mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add RSK definition and LED flash tasks into RX64M demo.
This commit is contained in:
parent
29a08b5e24
commit
42cbd6a778
9 changed files with 355 additions and 146 deletions
|
@ -163,6 +163,9 @@ int main( void )
|
|||
|
||||
static void prvSetupHardware( void )
|
||||
{
|
||||
/* Set up the ports used by the LED outputs (the name ParTest is now
|
||||
obsolete - it originally came from "parallel port test"). */
|
||||
vParTestInitialise();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue