USB Host Library for Sprint Dongles

Dependencies:   Socket USBHostWANDongleSprint lwip-sys lwip

Dependents:   SprintUSBModemWebsocketTest SprintUSBModemHTTPClientTest SprintUSBModemNTPClientTest SprintUSBModemSMSTest ... more

Fork of SprintUSBModem_bleedingedge by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Wed Oct 24 15:14:24 2012 +0000
Parent:
6:56000fe39df9
Child:
8:a55bf0d3b48a
Child:
10:35496211da8f
Commit message:
typo

Changed in this revision

sms/SMSInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sms/SMSInterface.cpp	Wed Oct 10 14:44:11 2012 +0000
+++ b/sms/SMSInterface.cpp	Wed Oct 24 15:14:24 2012 +0000
@@ -199,7 +199,7 @@
   
   DBG("Deleting message");
   //Delete message from inbox
-  std::sprintf(cmd, "AT!DSMS=3"/*%d", item*/); //FIXME why doesn't that works when specifying the index??
+  std::sprintf(cmd, "AT!DSMS=3"/*,%d", item*/); //FIXME why doesn't that work when specifying the index??
   ret = m_pIf->executeSimple(cmd, NULL, DEFAULT_TIMEOUT);
   if(ret != OK)
   {