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.
Fork of C027_Support by
Revision 120:51628f53c518, committed 2015-05-06
- Comitter:
- yumsus
- Date:
- Wed May 06 01:13:19 2015 +0000
- Parent:
- 119:db878a234544
- Commit message:
- Fixed argument name (C++11 compliance)
Changed in this revision
MDM.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDM.h Thu Mar 12 17:10:17 2015 +0000 +++ b/MDM.h Wed May 06 01:13:19 2015 +0000 @@ -531,7 +531,7 @@ typedef struct { char* buf; IP ip; int port; } USORFparam; static int _cbUSORF(int type, const char* buf, int len, USORFparam* param); typedef struct { char* buf; char* num; } CMGRparam; - static int _cbCUSD(int type, const char* buf, int len, char* buf); + static int _cbCUSD(int type, const char* buf, int len, char* resp); // sms typedef struct { int* ix; int num; } CMGLparam; static int _cbCMGL(int type, const char* buf, int len, CMGLparam* param);