application: fix merge with master

This commit is contained in:
King Kévin 2021-03-30 18:57:46 +02:00
parent b11a0b85df
commit 967cbb1832
1 changed files with 0 additions and 1 deletions

View File

@ -410,5 +410,4 @@ void main(void)
void rtc_isr(void)
{
rtc_clear_flag(RTC_SEC); // clear flag
rtc_internal_tick_flag = true; // notify to show new time
}