C027_Support library test
Revision 140:4c99951adfc0, committed 2019-02-07
- Comitter:
- lbispo
- Date:
- Thu Feb 07 15:36:42 2019 +0000
- Parent:
- 129:7b747676de86
- Commit message:
- fix _cbCUSD
Changed in this revision
MDM.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7b747676de86 -r 4c99951adfc0 MDM.h --- a/MDM.h Fri Aug 21 09:13:56 2015 +0000 +++ b/MDM.h Thu Feb 07 15:36:42 2019 +0000 @@ -545,7 +545,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);