Add RSK definition and LED flash tasks into RX64M demo.

This commit is contained in:
Richard Barry 2014-03-28 11:47:40 +00:00
parent 29a08b5e24
commit 42cbd6a778
9 changed files with 355 additions and 146 deletions

View file

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