Fixed MS/TP that was not working in ports/win32 (#694)

This commit is contained in:
Nandkishor Biradar
2024-07-19 18:23:16 +05:30
committed by GitHub
parent e984a19885
commit fd2f33b522
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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));
}
}