WizziLab's serial protocol library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
4:a37e42de1ba7
Parent:
1:ca1c9bfb1cf4
Child:
5:a06d239f3b3e
--- a/WizziCom.h	Wed May 17 13:55:06 2017 +0000
+++ b/WizziCom.h	Thu May 18 08:54:01 2017 +0000
@@ -75,7 +75,7 @@
     WIZZICOM_PKT_QTY,
     
     // Special flag to redirect all undirected packets to this callback
-    WizziComPacketOther = WIZZICOM_PKT_QTY,
+    WizziComPacketUntreated = WIZZICOM_PKT_QTY,
 } WizziComPacketType;
 
 typedef struct {