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

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

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


Loading…
Cancel
Save