Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
35:ac940cf8ebe6
Parent:
26:2c934a269914
Child:
37:f5424d109c6d
--- a/src/alp_helpers.cpp	Wed Aug 29 15:30:30 2018 +0000
+++ b/src/alp_helpers.cpp	Thu Sep 06 10:41:51 2018 +0000
@@ -52,7 +52,7 @@
         case ALP_OPCODE_F_WR_DATA:
         case ALP_OPCODE_RSP_F_DATA:
             len = length;
-            /* FALLTHRU */
+            // Fallthrough
         case ALP_OPCODE_F_RD_DATA:
             len += ALP_LFIELD_SIZE(offset) + ALP_LFIELD_SIZE(length);
             break;