Paul Stoffregen
4 anos atrás
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com
1 adições e
0 exclusões
-
teensy3/avr/pgmspace.h
|
|
@@ -26,6 +26,7 @@ |
|
|
|
#include <inttypes.h> |
|
|
|
|
|
|
|
#define PROGMEM |
|
|
|
#define FLASHMEM |
|
|
|
#define PGM_P const char * |
|
|
|
#define PSTR(str) (str) |
|
|
|
|