Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: at/ATCommandsInterface.cpp
- 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>");