Skip to content
Snippets Groups Projects
Commit 1b19af32 authored by cnlohr's avatar cnlohr
Browse files

Adjust timeout to reduce risk of missed start.

parent 4aec8ac0
No related branches found
No related tags found
No related merge requests found
......@@ -856,7 +856,7 @@ int _write(int fd, const char *buf, int size)
char buffer[4] = { 0 };
int place = 0;
uint32_t timeout = 80000; // Give up after ~20ms
uint32_t timeout = 160000; // Give up after ~40ms
while( place < size )
{
int tosend = size - place;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment