On Thu, Feb 26, 2009 at 8:11 PM, Bob Paddock <bob.padd...@gmail.com> wrote:

> >   Raw_Data[0][Raw_Data_In_Index] = 0xAA;
> >   Raw_Data[0][Raw_Data_In_Index++] = 0x55;
>
> Should the last one be Raw_Data[1]...?
>

:) It should, but that routine didn't need to "work", it just needed to
throw some junk data so the rest of the system could run.
It's most important feature was bumping the pointer as if the data had been
collected.
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to