[avr-gcc-list] Re: EEprom variable ordering

2005-09-07 Thread Wolfgang Wegner
Thank you, Björn and Jörg,

I really did not think about using a struct for all of the variables,
but this is obviously the best solution.

Regards,
Wolfgang




___
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list


Re: [avr-gcc-list] Re: EEprom variable ordering

2005-09-07 Thread David Kelly


On Sep 7, 2005, at 2:34 AM, Wolfgang Wegner wrote:


Thank you, Björn and Jörg,

I really did not think about using a struct for all of the variables,
but this is obviously the best solution.


And if you name the struct something like ee then you have a visual  
naming reminder of how the contents must be accessed.


I don't much care about the order of my eeprom variables, but  
everything in eeprom is named with an ee_ prefix.


--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.



___
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list