From da7152d8513bee59c4337d64abb056b55551bf9f Mon Sep 17 00:00:00 2001 From: John Rogers Date: Sat, 19 Jul 2025 15:49:59 +0100 Subject: [PATCH] update with comment --- src/sync_logic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sync_logic.rs b/src/sync_logic.rs index 0b33c36..9e38c95 100644 --- a/src/sync_logic.rs +++ b/src/sync_logic.rs @@ -135,7 +135,7 @@ impl LtcState { &self.last_match_status } } - +// This module provides the logic for handling LTC (Linear Timecode) frames and maintaining state. #[cfg(test)] mod tests { use super::*; @@ -168,7 +168,7 @@ mod tests { let frame = get_test_frame("LOCK", different_hour, now.minute(), now.second()); assert!(!frame.matches_system_time()); } - + #[test] fn test_ltc_state_update_lock() { let mut state = LtcState::new();