summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/to_clt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/to_clt.rs b/src/to_clt.rs
index fff0ff7..33b9c79 100644
--- a/src/to_clt.rs
+++ b/src/to_clt.rs
@@ -30,7 +30,7 @@ pub use hud::*;
pub use media::*;
pub use status::*;
-#[mt_derive(to = "clt", repr = "u8", tag = "type", content = "data")]
+#[mt_derive(to = "clt", repr = "u16", tag = "type", content = "data")]
pub enum ToCltPkt {
Hello {
serialize_version: u8,