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

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

[avr-gcc-list] PDF to C Headers utility: fixed version


From: Ned Konz
Subject: [avr-gcc-list] PDF to C Headers utility: fixed version
Date: Mon, 13 Dec 2004 11:18:26 -0800
User-agent: KMail/1.7.1

On Sunday 12 December 2004 5:38 pm, Royce & Sharal Pereira wrote:
> Ned, in your mail above the union is of a byte and a structure.
> However, in your headers supplied as examples with the ruby script,(zipped
> in PDFtoCHeaders.zip) I see a union of bits rather than the structure as
> above.
>
> typedef union ADMUX_t {
>   uint8_t asByte;
>   union {           // <------------------union!
>     uint8_t bMUX0 :1;

OOPS!

Yes, that should be a struct. Thanks for noticing!

The attached has this fixed.

-- 
Ned Konz
http://bike-nomad.com


reply via email to

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