Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
53:54b2d3a0c7bf
Parent:
14:d7bf58146337
--- a/LogHeader.h	Thu Oct 11 10:00:19 2012 +0000
+++ b/LogHeader.h	Fri Oct 12 10:03:37 2012 +0000
@@ -2,7 +2,7 @@
 #define LOGGER
 #ifdef LOGGER
     #define LOG(...) { fprintf(stdout,"[LOG] "); fprintf(stdout,__VA_ARGS__); fprintf(stdout,"\r\n"); }
-    #define LOGX(...) { fprintf(stdout,"[LOG] "); fprintf(stdout,__VA_ARGS__) }
+    #define LOGX(...) { fprintf(stdout,"[LOG] "); fprintf(stdout,__VA_ARGS__); }
 #else
     #define LOG(...)
     #define LOGX(...)