sevencore fota solution development project

Dependencies:   mbed

Revision:
6:8dd20294b2aa
Parent:
5:e11b23f9aacc
Child:
9:fcf91f563147
--- a/dialog_fota/fota_server_task.h	Mon Jul 13 06:32:05 2015 +0000
+++ b/dialog_fota/fota_server_task.h	Fri Jul 17 14:04:12 2015 +0000
@@ -88,6 +88,16 @@
     /// Security level
     uint8_t sec_lvl;
 };
+
+/// Parameters of the @ref FOTA_SERVER_DATA_FLASH_IND message - shall be dynamically allocated
+struct fota_server_data_flash_ind
+{
+    // Firmware code size
+    uint16_t code_size;
+    // Firmware Version
+    uint8_t version[8];
+};
+
     
     
 }//namespace