diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
commit | c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch) | |
tree | e44072afb5a63158df60ff139958364096c09618 /client/commands.c | |
parent | 377a6b80fb766995566bd77047eef08e0a4b5aae (diff) |
`make format`
Diffstat (limited to 'client/commands.c')
-rw-r--r-- | client/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/commands.c b/client/commands.c index 05b92d9..d2e53c8 100644 --- a/client/commands.c +++ b/client/commands.c @@ -50,7 +50,7 @@ void w2_send_mode(w2_e_mode mode) { W2_CREATE_MSG_BIN(w2_s_cmd_sres_rx, msg, msg_bin); msg->opcode = W2_CMD_SRES | W2_CMDDIR_RX; - msg->type = W2_CMD_SRES_RX_TYPE_PREVMODE; + msg->type = W2_CMD_SRES_RX_TYPE_PREVMODE; w2_send_bin(msg_bin); free(msg_bin); |