@ -87,3 +87,10 @@
#endif
#include "progmem.h"
class __FlashStringHelper;
typedef const __FlashStringHelper* FSTR_P;
#ifndef FPSTR
#define FPSTR(S) (reinterpret_cast<FSTR_P>(S))
#define FTOP(S) (reinterpret_cast<const char*>(S))
@ -38,7 +38,8 @@
#define PSTR(str) (str)
#ifndef F
#define F(str) (str)
#define F(str) (reinterpret_cast<const __FlashStringHelper *>(PSTR(str)))
#ifndef _SFR_BYTE
#define _SFR_BYTE(n) (n)
@ -26,13 +26,6 @@
#include "../inc/MarlinConfigPre.h"
//
// Conditional type assignment magic. For example...