polymech - fw latest | web ui
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#define getPSTR(s) pgmStrToRAM(PSTR(s))
|
||||
|
||||
char *pgmStrToRAM(PROGMEM const char *theString);
|
||||
Reference in New Issue
Block a user