Bug fix - loop count value was wrong.

pull/4/head
Richard Barry 16 years ago
parent d46a1e9699
commit eb6a668a8f

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

Loading…
Cancel
Save