Remove debug statement left in the code

This commit is contained in:
Steins7 2024-10-21 17:13:03 +02:00
parent bd15878cb5
commit ec9f5f85fb

View File

@ -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);