* add C027_Support fork

Fork of C027_Support by u-blox

Files at this revision

API Documentation at this revision

Comitter:
simonpfeifhofer
Date:
Sat Sep 10 10:12:25 2016 +0000
Parent:
131:965a7cbc1e58
Commit message:
* fix parameter name

Changed in this revision

MDM.h Show annotated file Show diff for this revision Revisions of this file
diff -r 965a7cbc1e58 -r b9a7b3f44734 MDM.h
--- a/MDM.h	Tue Sep 01 15:50:06 2015 +0000
+++ b/MDM.h	Sat Sep 10 10:12:25 2016 +0000
@@ -548,7 +548,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);