Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
13:10589aaf8853
Parent:
0:027760f45e2c
--- a/revision.h	Fri Aug 25 09:39:26 2017 +0000
+++ b/revision.h	Mon Sep 18 13:35:49 2017 +0000
@@ -86,9 +86,8 @@
     ///  FW_ID | MAJOR | MINOR | PATCH | HASH |
     //     1B  |  1B   |  1B   |   2B  |  4B  |
     fw_version_t fw_version;
-    /// "file-system" signature XXX: to be worked out
-    //  comes from: application
-    u32 fs_crc;
+    /// Max CUP file size
+    u32 cup_max_size;
 } revision_t;
 
 //======================================================================