Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed mbed_fota_fan_control
Fork of mbed_fota_lamp_control by
Diff: dialog_fota/app_task.h
- Revision:
- 6:8dd20294b2aa
- Parent:
- 5:e11b23f9aacc
- Child:
- 9:fcf91f563147
diff -r e11b23f9aacc -r 8dd20294b2aa dialog_fota/app_task.h
--- a/dialog_fota/app_task.h Mon Jul 13 06:32:05 2015 +0000
+++ b/dialog_fota/app_task.h Fri Jul 17 14:04:12 2015 +0000
@@ -53,7 +53,11 @@
uint16_t src_id,
BleMsgHandler* BMH);
-void fota_server_data_flash_ind_handler(BleMsgHandler* BMH);
+void fota_server_data_flash_ind_handler(unsigned short msgid,
+ struct fota_server_data_flash_ind *param,
+ unsigned short dest_id,
+ unsigned short src_id,
+ BleMsgHandler* BMH);
}//namespace
