diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-18 02:34:12 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-18 02:34:12 -0400 |
commit | 6ed8bef65e54efdb98841ef9b6eb3ea3c9be82d5 (patch) | |
tree | 18569e996f7f2f61de2285ffa54d7854478e132d /protocol.h | |
parent | 9e0994d5a997a5b8c298992f05c94ba1b22a692c (diff) |
big progress on streaming in sync and controlling multiple users
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ struct Command { uint8_t commandType; - u_int16_t number; + uint16_t number; } __attribute__((packed)); struct Hello { |