|
Re: Last minute autonomous programming!
Actual code would help...
I see several problems with what you posted:
No type on counter:
unsigned int counter = 0;
No spec in the printf to actually print the value:
printf( "counter value: %d\n", (int) counter);
As was pointed out, is this all in the same loop?
__________________
Regards,
Scott Anderson
Team 2608 MiGHT Mentor
|