diff options
Diffstat (limited to 'client/main.h')
-rw-r--r-- | client/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h index 7bb2173..f81e8ce 100644 --- a/client/main.h +++ b/client/main.h @@ -4,6 +4,7 @@ typedef struct { unsigned int ping; + uint8_t ping_id; w2_s_cmd_info_tx info; w2_s_cmd_sens_tx io; } w2_s_client_state; |