Skip to content

Commit

Permalink
Merge pull request OpenEtherCATsociety#533 from yschmid-levi/fix-win3…
Browse files Browse the repository at this point in the history
…2-timeperiod

matching call to timeEndPeriod and timeBeginPeriod
  • Loading branch information
ArthurKetels authored Jan 13, 2022
2 parents def119b + c90c1ab commit 9b6ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oshw/win32/nicdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
*/
int ecx_closenic(ecx_portt *port)
{
timeEndPeriod(15);
timeEndPeriod(1);

if (port->sockhandle != NULL)
{
Expand Down

0 comments on commit 9b6ebd6

Please sign in to comment.