Send file data demo.

Dependencies:   modem_ref_helper CRC DebouncedInterrupt

Revision:
1:f4a7a48a5f2b
Parent:
0:065f2318fcb9
Child:
7:c34074bfef49
--- a/files.cpp	Wed May 03 11:31:11 2017 +0000
+++ b/files.cpp	Thu May 11 15:25:55 2017 +0000
@@ -6,7 +6,7 @@
 #define __DEVICE_ID__               0x00000014
 
 alp_file_header_t h_rev = {
-    .perm = R_R,
+    .perm = RW_R,
     .prop = FS_PERMANENT_NOTIF,
     .afid = FID_ACTP_RPT_FULL,
     .ifid = IFID_REPORT,
@@ -35,7 +35,7 @@
 };
 
 alp_file_header_t h_alarm = {
-    .perm = R_R,
+    .perm = RW_R,
     .prop = FS_VOLATILE,
     .afid = 0,
     .ifid = 0,