??? 02/25/08 18:01 Read: times |
#151431 - ??? Responding to: ???'s previous message |
Okay, so you've removed all the comments, retained the "for (i=0; i<5; i++)" that was useful only for simulation on the PC, and then broken the program again by adding "for(;;);" inside the main loop so that it never runs more than once.
What are you trying to accomplish here? -- Russ |