--- a/include/lifegrd.h Fri Jan 26 10:49:00 2007 +0100
+++ b/include/lifegrd.h Mon Jan 29 09:27:58 2007 +0100
@@ -32,7 +32,7 @@
/*************************************************************************
* Functions
-/*************************************************************************/
+ *************************************************************************/
/** To read the state of a node
--- a/include/sdo.h Fri Jan 26 10:49:00 2007 +0100
+++ b/include/sdo.h Mon Jan 29 09:27:58 2007 +0100
@@ -60,10 +60,10 @@
* like 0. In fact, it is used only if client.
*/
TIMER_HANDLE timer; /* Time counter to implement a timeout in milliseconds.
- /* It is automatically incremented whenever
- /* the line state is in SDO_DOWNLOAD_IN_PROGRESS or
- /* SDO_UPLOAD_IN_PROGRESS, and reseted to 0
- /* when the response SDO have been received.
+ * It is automatically incremented whenever
+ * the line state is in SDO_DOWNLOAD_IN_PROGRESS or
+ * SDO_UPLOAD_IN_PROGRESS, and reseted to 0
+ * when the response SDO have been received.
*/
SDOCallback_t Callback; /* The user callback func to be called at SDO transaction end */
};