Update the IO page served by the A2F web server to use the correct LED for the A2F-EVAL-KIT hardware.

This commit is contained in:
Richard Barry 2011-04-27 15:11:42 +00:00
parent 72400ce72a
commit 9b6bd9e419
8 changed files with 1769 additions and 94 deletions

View file

@ -212,7 +212,7 @@ static unsigned short generate_io_state( void *arg )
( void ) arg;
/* Are the dynamically setable LEDs currently on or off? */
if( lParTestGetLEDState( 8 ) )
if( lParTestGetLEDState( 3 ) )
{
pcStatus = "checked";
}