diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-23 20:20:38 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-23 20:20:38 +0200 |
commit | f30abc1f75f483ffe78d92d5109b6c1d700925a3 (patch) | |
tree | ede5f6a35200f5bfe95d4fdea5cb41ac66e6a0fc /util/tty.h | |
parent | 522a419a4139db2023e97e1a9ff2774011f069c9 (diff) |
added x230x programming and switching utility; fe310 flash utility;
Diffstat (limited to 'util/tty.h')
-rw-r--r-- | util/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/tty.h b/util/tty.h new file mode 100644 index 0000000..4216c4d --- /dev/null +++ b/util/tty.h @@ -0,0 +1 @@ +int tty_open(char *tty_fn); |