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

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

Re: [avr-gcc-list] Data Array alignment


From: Daniel O'Connor
Subject: Re: [avr-gcc-list] Data Array alignment
Date: Mon, 5 Jun 2006 22:04:36 +0930
User-agent: KMail/1.9.1

On Monday 05 June 2006 21:49, Trampas wrote:
> Please not the error and that
> UINT8 Data[BUFF_SIZE];
>
> Should be
> UINT8 Data[BUFF_SIZE+1];

Also you misspelt the standard uint8_t typedef.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

Attachment: pgpR_5cmeHb9I.pgp
Description: PGP signature


reply via email to

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