1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Add missing __FlashStringHelper definition

This commit is contained in:
Ivan Grokhotkov
2015-03-31 12:05:56 +03:00
parent b64079f539
commit 3278e1a448

View File

@ -32,6 +32,9 @@
// result objects are assumed to be writable by subsequent concatenations.
class StringSumHelper;
typedef char* __FlashStringHelper;
#define F(str) str
// The string class
class String
{