Remove debug statement left in the code
This commit is contained in:
parent
bd15878cb5
commit
ec9f5f85fb
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user