diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-02 12:16:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-02 12:16:19 +0200 |
commit | d477e63d1968bea59afee7a9e69778952668c49e (patch) | |
tree | 507a9e2580d0ac33fce9e9d70d2ab0f4de845e12 /client/commands.h | |
parent | b12d6b2ecee0be03122a4bdba8ebbc91112fae3f (diff) | |
parent | e5eeab9dc97c37be905bd616f38e83488dbe2136 (diff) |
fix pull merge conflict
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/commands.h b/client/commands.h index 6768ea1..5a12424 100644 --- a/client/commands.h +++ b/client/commands.h @@ -7,4 +7,4 @@ void w2_send_info(); void w2_send_ping(); void w2_send_mode(w2_e_mode mode); -void w2_send_dirc(int left, int right); +void w2_send_dirc(uint16_t left, uint16_t right); |