diff options
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/commands.h b/client/commands.h index cb01189..5a12424 100644 --- a/client/commands.h +++ b/client/commands.h @@ -4,7 +4,7 @@ #include "../shared/modes.h" #include "serial.h" -w2_s_bin *w2_send_mode(w2_e_mode mode); -w2_s_bin *w2_send_dirc(uint16_t left, uint16_t right); -w2_s_bin *w2_send_info(); -w2_s_bin *w2_send_ping(); +void w2_send_info(); +void w2_send_ping(); +void w2_send_mode(w2_e_mode mode); +void w2_send_dirc(uint16_t left, uint16_t right); |