From ec9f5f85fb2d976fbd355fe3d523819fe30247d0 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Mon, 21 Oct 2024 17:13:03 +0200 Subject: [PATCH] Remove debug statement left in the code --- srv/task.c | 1 - 1 file changed, 1 deletion(-) diff --git a/srv/task.c b/srv/task.c index 047fca1..9d3f53e 100644 --- a/srv/task.c +++ b/srv/task.c @@ -58,7 +58,6 @@ void task_start_scheduler(void) rcc_configure_lsi(true); pwr_configure_bkp_write(true); - bkp_reset(); bkp_configure_rtc(1000, BKP_RTC_CLOCK_SRC_LSI, BKP_RTC_IRQ_NONE, nullptr); pwr_configure_bkp_write(false); exti_configure(EXTI_LINE_RTC, EXTI_CONFIG_RISING_EDGE, callback_rtc);