mirror of https://github.com/ARMmbed/mbed-os.git
Fixed a couple of compilation errors in CellularModem
parent
f62e0e4d9f
commit
518967a1d8
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
using std::sscanf;
|
||||
using std::sprintf;
|
||||
|
||||
#include "PPPIPInterface.h"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue