aboutsummaryrefslogtreecommitdiff
path: root/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.h b/protocol.h
index b038901..39f26e6 100644
--- a/protocol.h
+++ b/protocol.h
@@ -4,7 +4,7 @@
struct Command {
uint8_t commandType;
- u_int16_t number;
+ uint16_t number;
} __attribute__((packed));
struct Hello {