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

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

Re: [avr-gcc-list] typdefing 'cost' .. PROGMEM doesn't work


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] typdefing 'cost' .. PROGMEM doesn't work
Date: Fri, 1 Aug 2003 12:06:31 +0200 (MET DST)

As Reza Naima <address@hidden> wrote:

>So, would this imply that I found a bug, or am I still missing
>something?

Yes, you're still missing something.

"const" is /not/ a storage class or something to that avail.  A
variable qualified with const is just a pretty normal SRAM variable
anyway.

What you're looking for is described here:

http://savannah.nongnu.org/download/avr-libc/doc/avr-libc-user-manual/group__avr__pgmspace.html

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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