mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Add missing __FlashStringHelper definition
This commit is contained in:
parent
31249bb747
commit
61f3d12909
@ -32,6 +32,9 @@
|
|||||||
// result objects are assumed to be writable by subsequent concatenations.
|
// result objects are assumed to be writable by subsequent concatenations.
|
||||||
class StringSumHelper;
|
class StringSumHelper;
|
||||||
|
|
||||||
|
typedef char* __FlashStringHelper;
|
||||||
|
#define F(str) str
|
||||||
|
|
||||||
// The string class
|
// The string class
|
||||||
class String
|
class String
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user