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_fan_control by
Diff: dialog_fota/diss_task.h
- Revision:
- 9:fcf91f563147
- Parent:
- 5:e11b23f9aacc
- Child:
- 10:18044afe4364
diff -r 9eec2c246a85 -r fcf91f563147 dialog_fota/diss_task.h
--- a/dialog_fota/diss_task.h Thu Aug 20 05:16:55 2015 +0000
+++ b/dialog_fota/diss_task.h Mon Aug 24 02:29:16 2015 +0000
@@ -1,8 +1,14 @@
#ifndef DISS_TASK_H
#define DISS_TASK_H
-
-
+/**
+ ****************************************************************************************
+ * @addtogroup dialog_fota module
+ * @brief Device Information Service Server Header
+ *
+ * @{
+ ****************************************************************************************
+ */
namespace sevencore_fota{
#define STR_MAX_LEN (18)
@@ -109,4 +115,6 @@
}//namespace
+/// @} dialog_fota module
+
#endif//DISS_TASK_H
