This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#define FLASHMEM
be compatible with teensy 4
main
Frank
4 years ago
parent
e22bcb6998
commit
41e2d797d6
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+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)
Write
Preview
Loading…
Cancel
Save