Browse Source

Merge pull request #448 from FrankBoesing/patch-3

#define FLASHMEM
main
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

@@ -26,6 +26,7 @@
#include <inttypes.h>

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


Loading…
Cancel
Save