From 0b50dfe730d87ff052ef08f0dd6df6071d50aef9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 26 Jun 2022 22:03:36 +0200 Subject: update sim, fix readme brainfarts & fix bomd command --- shared/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/protocol.h') diff --git a/shared/protocol.h b/shared/protocol.h index 83d9111..4515e0d 100644 --- a/shared/protocol.h +++ b/shared/protocol.h @@ -169,7 +169,7 @@ typedef struct { typedef struct { uint8_t opcode; - w2_e_target_area target_area; + uint8_t target_area; } w2_s_cmd_tarq_rx; #pragma pack(pop) -- cgit v1.2.3