avrdude: Fix serial timeout on Windows
This commit is contained in:
parent
bc1aaaa146
commit
a61a72cc94
@ -142,6 +142,7 @@ static BOOL serial_w32SetTimeOut(HANDLE hComPort, DWORD timeout) // in ms
|
|||||||
// ctmo.ReadIntervalTimeout = timeout;
|
// ctmo.ReadIntervalTimeout = timeout;
|
||||||
// ctmo.ReadTotalTimeoutMultiplier = timeout;
|
// ctmo.ReadTotalTimeoutMultiplier = timeout;
|
||||||
ctmo.ReadTotalTimeoutConstant = timeout;
|
ctmo.ReadTotalTimeoutConstant = timeout;
|
||||||
|
ctmo.WriteTotalTimeoutConstant = timeout;
|
||||||
|
|
||||||
return SetCommTimeouts(hComPort, &ctmo);
|
return SetCommTimeouts(hComPort, &ctmo);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user