Converted comments from c++ to c.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user