Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/esp8266'
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Mar 31, 2015
2 parents de29a7c + 3278e1a commit 69b4582
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions esp8266com/esp8266/cores/esp8266/WString.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 69b4582

Please sign in to comment.