Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
42:87bf0654cb7b
Parent:
41:6f83174ffed4
Child:
47:cf4519ba56d9
--- a/include/alp_spec.h	Mon Nov 26 16:42:16 2018 +0000
+++ b/include/alp_spec.h	Fri Dec 14 10:03:17 2018 +0000
@@ -413,7 +413,7 @@
     memcpy((_p),(u8*)(_hdr),ALP_FILE_HEADER_SIZE);(_p) += ALP_FILE_HEADER_SIZE;\
     } while(0)
 
-#define ALP_ACTION_RSP_STATUS_SIZE                  (2)
+#define ALP_ACTION_RSP_STATUS_SIZE                  (3)
 #define ALP_ACTION_RSP_STATUS(_p,_a,_s)  do {\
     *(_p)++ = ALP_OPCODE_RSP_STATUS;\
     *(_p)++ = (_a);\