diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:03 +0200 |
commit | 59802547c336d61aa7e950414a3f44180e211974 (patch) | |
tree | cf7107b9085ce3c93e98ec874d25e04ad2362a4c /client/main.c | |
parent | 3b2c2cf6b2af9e76b343a5a8fc8e9245f240690d (diff) |
client ping working
Diffstat (limited to 'client/main.c')
-rw-r--r-- | client/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c index 1060f7d..530af2a 100644 --- a/client/main.c +++ b/client/main.c @@ -4,6 +4,8 @@ #include "serial.h" #include "ui.h" +w2_s_client_state g_w2_state; + int main(int argc, char **argv) { w2_client_setup(argc, argv); |