Converted comments from c++ to c.

This commit is contained in:
skarg
2007-07-26 14:25:25 +00:00
parent 3f7927bd84
commit 519e9fd31b
7 changed files with 129 additions and 129 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ static void *dlmstp_milliseconds_task(void *pArg)
void dlmstp_reinit(void)
{
//RS485_Reinit();
/*RS485_Reinit(); */
dlmstp_set_mac_address(DEFAULT_MAC_ADDRESS);
dlmstp_set_max_info_frames(DEFAULT_MAX_INFO_FRAMES);
dlmstp_set_max_master(DEFAULT_MAX_MASTER);
+1 -1
View File
@@ -63,7 +63,7 @@ void dlmstp_millisecond_timer(void)
void dlmstp_reinit(void)
{
//RS485_Reinit();
/*RS485_Reinit(); */
dlmstp_set_mac_address(DEFAULT_MAC_ADDRESS);
dlmstp_set_max_info_frames(DEFAULT_MAX_INFO_FRAMES);
dlmstp_set_max_master(DEFAULT_MAX_MASTER);
+1 -1
View File
@@ -91,7 +91,7 @@ void RS485_Set_Interface(char *ifname)
static void RS485_Print_Error(void)
{
char * szExtended = ""; // error string translated from error code
char * szExtended = ""; /* error string translated from error code */
DWORD dwExtSize;
DWORD dwErr;