diff options
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/setup.c b/client/setup.c index 2e8cce7..5eb6c13 100644 --- a/client/setup.c +++ b/client/setup.c @@ -6,6 +6,7 @@ #include "commands.h" #include "serial.h" #include "setup.h" +#include "term.h" // pointers for endianness check static const uint16_t _test = 1; @@ -23,6 +24,8 @@ void w2_client_setup(int argc, char **argv) { exit(1); } + w2_term_raw_mode(); + w2_cmd_setup_handlers(); w2_send_info(); |