diff options
Diffstat (limited to 'shared/protocol.h')
-rw-r--r-- | shared/protocol.h | 2 |
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) |