Update SuperH port to include WEB server.

This commit is contained in:
Richard Barry 2010-02-13 18:57:15 +00:00
parent bbe10cf550
commit 92ae2d0724
32 changed files with 3612 additions and 137 deletions

View file

@ -125,7 +125,15 @@ void vParTestToggleLED( unsigned portBASE_TYPE uxLED )
taskEXIT_CRITICAL();
}
}
/*-----------------------------------------------------------*/
long lParTestGetLEDState( void )
{
/* Returns the state of the fifth LED. */
return PE.DR.WORD & usLEDMasks[ 4 ];
}
/*-----------------------------------------------------------*/