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

@ -123,7 +123,7 @@
* is ever discovered. The check timer callback toggles the LED defined by
* the mainCHECK_LED definition each time it executes. Therefore, if LED
* mainCHECK_LED is toggling every three seconds, then no error have been found.
* If LED mainCHECK_LED is toggling every 500ms, then at least one error has
* If LED mainCHECK_LED is toggling every 500ms, then at least one errors has
* been found. The task in which the error was discovered is displayed at the
* bottom of the "task stats" page that is served by the embedded web server.
*