Browse Source

Merge pull request #448 from FrankBoesing/patch-3

#define FLASHMEM
teensy4-core
Paul Stoffregen 4 years ago
parent
commit
eabb184a5f
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      teensy3/avr/pgmspace.h

+ 1
- 0
teensy3/avr/pgmspace.h View File

#include <inttypes.h> #include <inttypes.h>


#define PROGMEM #define PROGMEM
#define FLASHMEM
#define PGM_P const char * #define PGM_P const char *
#define PSTR(str) (str) #define PSTR(str) (str)



Loading…
Cancel
Save