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

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

Re: [avr-gcc-list] array of pointers to functions - ok in RAM, fails in


From: Royce Pereira
Subject: Re: [avr-gcc-list] array of pointers to functions - ok in RAM, fails in flash
Date: Mon, 26 Feb 2007 02:56:42 +0530
User-agent: Opera Mail/9.10 (Win32)

Hi David,

oops!
         (fun= pgm_read_word(&do_func[func_no]))(); //func_no is the element 
no..
                .......
should be
        (func= .....

Bye,
--Royce
>
>
> _______________________________________________
> AVR-GCC-list mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/




reply via email to

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