diff -r 60441122e121 -r c0b4b2ef7579 include/sdo.h --- 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 */ };