Bug fix - loop count value was wrong.

This commit is contained in:
Richard Barry 2009-03-06 13:13:56 +00:00
parent d46a1e9699
commit eb6a668a8f

View File

@ -235,7 +235,7 @@ extern unsigned long uxParTextGetLED( unsigned long uxLED );
static unsigned short generate_io_state( void *arg )
{
for( ulString = 0; ulString < 4; ulString++ )
for( ulString = 0; ulString < 3; ulString++ )
{
if( uxParTextGetLED( ulString + 5 ) )
{