We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e5d4c + 1d802f3 commit bdf6737Copy full SHA for bdf6737
Firmware/Tools/VcServerTest.c
@@ -7,9 +7,9 @@
7
#define POLL_TIMEOUT_USEC 1000
8
#endif // POLL_TIMEOUT_USEC
9
10
-#define ONE_SECOND_COUNT 20 // (1000000 / POLL_TIMEOUT_USEC)
+#define ONE_SECOND_COUNT (1000000 / POLL_TIMEOUT_USEC)
11
#define COMMAND_POLL_COUNT (ONE_SECOND_COUNT / 10) //100 mSec
12
-#define STALL_CHECK_COUNT 15 * ONE_SECOND_COUNT //15 Sec
+#define STALL_CHECK_COUNT 5 * ONE_SECOND_COUNT //5 Sec
13
14
#define BUFFER_SIZE 2048
15
#define INPUT_BUFFER_SIZE BUFFER_SIZE
0 commit comments