Skip to content

Commit

Permalink
Make time_r optional in D2C_CFM
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Apr 16, 2024
1 parent df0f494 commit 08f9172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/bcudp/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u32>,
}

/// C2R_CFM xml
Expand Down

0 comments on commit 08f9172

Please sign in to comment.