1
0
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:
Ivan Grokhotkov 2015-03-31 12:05:56 +03:00
parent 31249bb747
commit 61f3d12909

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
{