Send file data through D7A Action Protocol demo.

Dependencies:   modem_ref_helper

Revision:
2:05e74a02db6c
Parent:
1:0c24fa2e675a
Child:
4:45576db9f66c
diff -r 0c24fa2e675a -r 05e74a02db6c modem_callbacks.cpp
--- a/modem_callbacks.cpp	Thu May 11 16:52:32 2017 +0000
+++ b/modem_callbacks.cpp	Thu May 11 17:47:23 2017 +0000
@@ -32,6 +32,8 @@
 void my_write(u8 fid, void *data, u32 offset, u32 length, int id)
 {
     modem_respond(0, (ram_fs_write(fid, offset, length, (uint8_t*)data))? ALP_ERR_FILE_NOT_FOUND : ALP_ERR_NONE, id);
+    
+    g_file_modified.put((void*)fid);
 }
 
 void my_read_fprop(u8 fid, int id)