diff options
Diffstat (limited to 'example-cdc/sample.c')
-rw-r--r-- | example-cdc/sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-cdc/sample.c b/example-cdc/sample.c index d29d13c..3de26c7 100644 --- a/example-cdc/sample.c +++ b/example-cdc/sample.c @@ -119,7 +119,7 @@ main (int argc, const char *argv[]) u = 1; tty_wait_connection (tty); - chopstx_usec_wait (500*1000); + chopstx_usec_wait (50*1000); /* Send ZLP at the beginning. */ tty_send (tty, s, 0); |