mbed official / CellularModem

Dependencies:   Socket lwip-sys lwip

Dependents:   CellularUSBModem CellularUSBModem

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu May 08 11:00:26 2014 +0100
Parent:
7:0fd95907b5b3
Commit message:
Synchronized with git revision df12bf01ac7dbb50751e2b16a351c894994e1dcf

Full URL: https://github.com/mbedmicro/mbed/commit/df12bf01ac7dbb50751e2b16a351c894994e1dcf/

Changed in this revision

ip/PPPIPInterface.cpp Show annotated file Show diff for this revision Revisions of this file
sms/CDMASMSInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ip/PPPIPInterface.cpp	Tue Mar 04 10:00:52 2014 +0000
+++ b/ip/PPPIPInterface.cpp	Thu May 08 11:00:26 2014 +0100
@@ -27,6 +27,7 @@
 
 #include <cstdio>
 using std::sscanf;
+using std::sprintf;
 
 #include "PPPIPInterface.h"
 
--- a/sms/CDMASMSInterface.cpp	Tue Mar 04 10:00:52 2014 +0000
+++ b/sms/CDMASMSInterface.cpp	Thu May 08 11:00:26 2014 +0100
@@ -29,6 +29,8 @@
 #include <cstdio>
 #include <cstring>
 
+using std::sscanf;
+
 #define DEFAULT_TIMEOUT 10000
 
 CDMASMSInterface::CDMASMSInterface(ATCommandsInterface* pIf) : m_pIf(pIf), m_msg(NULL), m_maxMsgLength(0), m_msisdn(NULL)