cassyarduino cassyarduino / UIPEthernet
Revision:
23:888d27c409df
Parent:
21:c4439c50a5af
Child:
24:fb407a7f57bb
diff -r 1ce14a6cd293 -r 888d27c409df utility/logging.h
--- a/utility/logging.h	Sat Jan 14 21:15:33 2017 +0100
+++ b/utility/logging.h	Sat Jan 14 21:18:53 2017 +0100
@@ -63,7 +63,7 @@
   #endif
 #endif
 #if defined(__MBED__)
-  #define F(string_literal) (reinterpret_cast<const __FlashStringHelper *>(PSTR(string_literal)))
+//  #define F(string_literal) (reinterpret_cast<const __FlashStringHelper *>(PSTR(string_literal)))
 #endif
 
 #endif