grbl-LPC-CoreXY/smoother/avr/pgmspace.h
2017-01-02 22:16:43 -05:00

4 lines
78 B
C

#define PSTR(s) s
inline char pgm_read_byte_near(const char* p) {return *p;}