diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 09:55:23 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 09:55:23 +0900 |
commit | a17d12192fe74e07ab488e97d0742484f9a5ddcd (patch) | |
tree | df56cbed74890e5e6c6c995eb91750e5abbc87f8 /example-cdc/tty.h | |
parent | 4c1aa50f13ca6dc08be0bb243f3c885b661b0fa8 (diff) |
Fix example-cdc more
Diffstat (limited to 'example-cdc/tty.h')
-rw-r--r-- | example-cdc/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-cdc/tty.h b/example-cdc/tty.h index a2cee4e..bd0f070 100644 --- a/example-cdc/tty.h +++ b/example-cdc/tty.h @@ -1,3 +1,5 @@ +#define LINEBUFSIZE 128 + struct tty; struct tty *tty_open (void); |