NerfStatTrak/test/mock/avr/pgmspace.h

7 lines
154 B
C

// Contains the bare minimum to get the test suite up and running
#ifndef pgmspacemock_h
#define pgmspacemock_h
#define PROGMEM __attribute__(())
#endif