From 08f917279c6f1775ca5a1e300491f88dedc9c4c9 Mon Sep 17 00:00:00 2001 From: QuantumEntangledAndy Date: Tue, 16 Apr 2024 15:23:17 +0700 Subject: [PATCH] Make time_r optional in D2C_CFM --- crates/core/src/bcudp/xml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/bcudp/xml.rs b/crates/core/src/bcudp/xml.rs index 4f6231e4..ba5daea6 100644 --- a/crates/core/src/bcudp/xml.rs +++ b/crates/core/src/bcudp/xml.rs @@ -364,7 +364,7 @@ pub struct D2cCfm { /// The camera connection ID pub did: i32, /// The time but only value that has been observed is `0 - pub time_r: u32, + pub time_r: Option, } /// C2R_CFM xml