Fix incorrect definition of FPSTR() and move from pgmspace.h to WString.h (#1371) (#2961)

This commit is contained in:
Brian Park
2019-07-17 00:16:47 -07:00
committed by Me No Dev
parent 509d31ba51
commit 56ce580b0e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,6 @@ typedef unsigned long prog_uint32_t;
#define PROGMEM
#define PGM_P const char *
#define PGM_VOID_P const void *
#define FPSTR(p) ((const char *)(p))
#define PSTR(s) (s)
#define _SFR_BYTE(n) (n)