summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-26 22:03:36 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-26 22:03:36 +0200
commit0b50dfe730d87ff052ef08f0dd6df6071d50aef9 (patch)
treeb87ef18d3bad97483b573c2469c1e28c7359f0df /shared
parent2a0270f3ba6eb993fb39ed3564f626d724156654 (diff)
update sim, fix readme brainfarts & fix bomd command
Diffstat (limited to 'shared')
-rw-r--r--shared/protocol.h2
1 files changed, 1 insertions, 1 deletions
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)