diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-23 13:48:24 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-23 13:48:24 +0900 |
commit | b6603f677159b72a8165a5475dad525947889881 (patch) | |
tree | 0ebf65e409053730b9546a00d5debd3f1a7eb521 /example-cdc/sample.c | |
parent | ee92bb15b361b3daee816a4e930be0032be2d9e7 (diff) |
Update example-fs-bb48
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); |