aboutsummaryrefslogtreecommitdiff
path: root/shared/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/protocol.h')
-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)