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

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

Re: [avr-gcc-list] Allocation sequence of eeprom variables


From: Juergen Harms
Subject: Re: [avr-gcc-list] Allocation sequence of eeprom variables
Date: Tue, 21 Aug 2012 12:53:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120717 Thunderbird/10.0.6

> I don't think you should be getting an "unintialised" warning for:
> extern const int8_t maxModule PROGMEM;

I had tried that - without success. But, thank you, dropping the PROGMEM attribute from extern declarations does it - but as you say, a workaround, not quite clean.

Juergen



reply via email to

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