Fixed MS/TP that was not working in ports/win32 (#694)
This commit is contained in:
committed by
GitHub
parent
e984a19885
commit
fd2f33b522
@@ -203,7 +203,7 @@ static void dlmstp_master_fsm_task(void *pArg)
|
||||
}
|
||||
if (dwMilliseconds)
|
||||
WaitForSingleObject(Received_Frame_Flag, dwMilliseconds);
|
||||
MSTP_Master_Node_FSM(&MSTP_Port);
|
||||
while (MSTP_Master_Node_FSM(&MSTP_Port));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user