From 6ed8bef65e54efdb98841ef9b6eb3ea3c9be82d5 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 18 Sep 2023 02:34:12 -0400 Subject: big progress on streaming in sync and controlling multiple users --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol.h') 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 { -- cgit v1.2.3-70-g09d2