Browse Source

#define FLASHMEM

be compatible with teensy 4
main
Frank 4 years ago
parent
commit
41e2d797d6
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