GFX Develop Branch

This commit is contained in:
2024-06-11 19:38:14 +02:00
parent e23389a0b9
commit b0ef96e390
647 changed files with 10174 additions and 6435 deletions

View File

@ -1960,7 +1960,7 @@ HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc)
#if defined(TAMP)
CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT);
#else
CLEAR_BIT(RTC->ISR, RTC_ISR_INITF);
CLEAR_BIT(RTC->ISR, RTC_ISR_INIT);
#endif /* TAMP */
/* If CR_BYPSHAD bit = 0, wait for synchro */