Data reception demo.

Dependencies:   modem_ref_helper CRC

Revision:
3:e9ea4d325c01
Parent:
0:02418479dcf7
Child:
7:84dc04f88c94
--- a/files.h	Mon May 15 15:55:09 2017 +0000
+++ b/files.h	Wed May 17 14:38:25 2017 +0000
@@ -18,6 +18,10 @@
 extern const alp_file_header_t      h_string_file;
 extern uint8_t                      f_string_file[SIZE_STRING_FILE];
 
+#define FID_STATUS_FILE             133
+#define SIZE_STATUS_FILE            sizeof(uint8_t)
+extern const alp_file_header_t      h_status_file;
+
 // No local data since the file will be created on the modem