Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. http://www.blynk.cc/

Dependents:   Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano

Revision:
16:6d9bf99b263c
Parent:
15:975b60f7a8ff
Child:
18:c328c1a97f90
--- a/Blynk/BlynkDebug.h	Mon Nov 27 19:48:07 2017 +0200
+++ b/Blynk/BlynkDebug.h	Mon Nov 27 23:01:23 2017 +0200
@@ -189,7 +189,7 @@
         }
         #endif // ARDUINO_ARCH_ARC32
 
-    #elif defined(MBED_LIBRARY_VERSION)
+    #elif defined(__MBED__)
 
         #define BLYNK_LOG(msg, ...)       { BLYNK_PRINT.printf("[%ld] " msg "\n", BlynkMillis(), ##__VA_ARGS__); }
         #define BLYNK_LOG1(p1)            { BLYNK_LOG(p1);}