Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
38:73ad040ae741
Parent:
37:f5424d109c6d
Child:
41:6f83174ffed4
--- a/src/alp_helpers.cpp	Thu Oct 04 09:36:44 2018 +0000
+++ b/src/alp_helpers.cpp	Thu Oct 04 09:58:18 2018 +0000
@@ -57,7 +57,7 @@
             len += ALP_LFIELD_SIZE(offset) + ALP_LFIELD_SIZE(length);
             break;
         default:
-            ALP_ASSERT(false,"ASSERT: ALP: alp_size unsupported op %d\n",op);
+            //ALP_ASSERT(false,"ASSERT: ALP: alp_size unsupported op %d\n",op);
             break;
     }
     return len;