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