🎨 Update F string declarations

This commit is contained in:
Scott Lahteine
2021-09-25 18:22:37 -05:00
committed by Scott Lahteine
parent 1de265ea5d
commit 433a27e475
3 changed files with 9 additions and 8 deletions

View File

@ -26,13 +26,6 @@
#include "../inc/MarlinConfigPre.h"
class __FlashStringHelper;
typedef const __FlashStringHelper* FSTR_P;
#ifndef FPSTR
#define FPSTR(S) (reinterpret_cast<FSTR_P>(S))
#endif
#define FTOP(S) (reinterpret_cast<const char*>(S))
//
// Conditional type assignment magic. For example...
//