From 5a2beb1fb3c7773e90f7a2263c273161adc8a3b8 Mon Sep 17 00:00:00 2001 From: Philipp_EndevourOS Date: Mon, 28 Jul 2025 22:03:19 +0200 Subject: [PATCH] deleted todos for rtc --- src/init/hardware.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/init/hardware.rs b/src/init/hardware.rs index 6fcf46a..e6863b3 100644 --- a/src/init/hardware.rs +++ b/src/init/hardware.rs @@ -141,12 +141,4 @@ pub async fn read_rtc_time<'a>(rtc: &'a mut DS3231>) -> Resu fn setup_spi_led() { -} - -fn setup_rtc() { - //TODO - //setup rtc with i2c - //setup interrupt for SQW - //setup 24-h alarm -} - +} \ No newline at end of file