aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48/tty.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-24 17:34:20 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-24 17:34:20 +0900
commit2578fc0f303b97ab0fd1b1935cd00f6f45a353e9 (patch)
tree18160939bc9fde9fadf999f73b001b523813fc29 /example-fs-bb48/tty.h
parent2704416c384d5e2990621b15be01f37f4f9c49e0 (diff)
Update example-fs-bb48
Diffstat (limited to 'example-fs-bb48/tty.h')
-rw-r--r--example-fs-bb48/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/tty.h b/example-fs-bb48/tty.h
index bd0f070..55e97da 100644
--- a/example-fs-bb48/tty.h
+++ b/example-fs-bb48/tty.h
@@ -5,5 +5,5 @@ struct tty;
struct tty *tty_open (void);
void tty_wait_configured (struct tty *tty);
void tty_wait_connection (struct tty *tty);
-int tty_send (struct tty *tty, uint8_t *buf, int count);
+int tty_send (struct tty *tty, const uint8_t *buf, int count);
int tty_recv (struct tty *tty, uint8_t *buf, uint32_t *timeout);