Re: [avr-libc-dev] missing pgm_read_ptr

2015-07-07 Thread Maurin Donneaud
Oops sorry sorry, it is not pgm_read_byte but pgm_read_ptr who is missing. Best regards, Maurin Le 07/07/2015 08:44, Joerg Wunsch a écrit : As Maurin Donneaud wrote: I have linux avr-libc 1:1.8.0-4.1 installed I'm wondering why pgmspace.h do not have the pgm_read_byte macro ? $ fgrep pgm_r

Re: [avr-libc-dev] missing pgm_read_ptr

2015-07-06 Thread Joerg Wunsch
As Maurin Donneaud wrote: > I have linux avr-libc 1:1.8.0-4.1 installed > I'm wondering why pgmspace.h do not have the pgm_read_byte macro ? $ fgrep pgm_read_byte ~/src/avr-libc/include/avr/pgmspace.h pgm_read_byte_near() or pgm_read_word_near() instead of pgm_read_byte_far() or pgm_read_

[avr-libc-dev] missing pgm_read_ptr

2015-07-05 Thread Maurin Donneaud
Hello, I have linux avr-libc 1:1.8.0-4.1 installed I'm wondering why pgmspace.h do not have the pgm_read_byte macro ? Maurin ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev