sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pgm.h
Go to the documentation of this file.
1 /* stupid workaround */
2 #ifndef PGM_H
3 #define PGM_H
4 #include <avr/pgmspace.h>
5 #ifndef pgm_read_ptr
6 #define pgm_read_ptr(address_short) pgm_read_ptr_near(address_short)
7 #endif
8 #endif
9