mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-04 18:52:31 -05:00
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:
parent
72400ce72a
commit
9b6bd9e419
8 changed files with 1769 additions and 94 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue