This commit is contained in:
Martin Lund 2022-06-22 11:23:57 +02:00
parent a0f3f9d9b7
commit ac25e7434c
2 changed files with 9 additions and 11 deletions

View file

@ -42,13 +42,11 @@
#define NORMAL 0
#define HEX 1
extern bool interactive_mode;
void stdout_configure(void);
void stdout_restore(void);
void stdin_configure(void);
void stdin_restore(void);
void tty_configure(void);
int tty_connect(void);
void tty_wait_for_device(void);
void list_serial_devices(void);
extern bool interactive_mode;