pgmspace.h 147 B

12345678910
  1. #ifndef FAKE_PGMSPACE_H_
  2. #define FAKE_PGMSPACE_H_
  3. #define __flash
  4. #define __memx
  5. #define PSTR(x) x
  6. #define PROGMEM
  7. #endif /* FAKE_PGMSPACE_H_ */