avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Newbie question (Solved)


From: David VanHorn
Subject: Re: [avr-gcc-list] Newbie question (Solved)
Date: Thu, 26 Feb 2009 20:17:01 -0500



On Thu, Feb 26, 2009 at 8:11 PM, Bob Paddock <address@hidden> 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.
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]