Dmitry Pakhomenko / VodafoneUSBModem

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Revision:
96:54fb2b37ce64
Parent:
91:7b311719374d
--- a/at/ATCommandsInterface.cpp	Fri Apr 25 13:33:55 2014 +0000
+++ b/at/ATCommandsInterface.cpp	Wed Jan 28 11:39:12 2015 +0000
@@ -320,7 +320,7 @@
     m_inputBuf[m_inputPos] = '\0'; //Add null terminating character to ease the use of str* functions
     #if __DEBUG__ >= 4
     DBGX("In buffer: [");
-    if __DEBUG__
+    if (__DEBUG__)
     for(int i=0; i<strlen(m_inputBuf); i++) {
        if(m_inputBuf[i]=='\r') {
           DBGX("<CR>");