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 lwip-sys lwip
Dependents: CellularUSBModem CellularUSBModem
Revision 8:944cd194963e, committed 2014-05-08
- 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)