From dee198cf0f977018a7638565712b4ab9fe90c9b4 Mon Sep 17 00:00:00 2001 From: gferraro Date: Tue, 4 Feb 2025 14:17:58 +1300 Subject: [PATCH] adjust comment --- src/core0_audio.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core0_audio.rs b/src/core0_audio.rs index 1663de8..4c69834 100644 --- a/src/core0_audio.rs +++ b/src/core0_audio.rs @@ -257,8 +257,8 @@ pub fn audio_task( // let mut alarm_minutes = shared_i2c.get_alarm_minutes(); let mut scheduled: bool = false; - // GP 30th Jan if alarm is set we always need to check against current time if the alarm wasnt triggered - // otherwise can have edge cases where tc2 agent code thinks we should rec but the alarm is later + // GP 30th Jan TODO if alarm is set we always need to check alarm against current time if the alarm wasnt triggered + // otherwise can have edge cases where tc2 agent status code thinks we should rec but the alarm is later let (_, flash_alarm) = get_audio_alarm(&mut flash_storage); if let Some(alarm) = flash_alarm { scheduled = true;