Skip to content

Commit

Permalink
Remove useless RTC begin since it's initialized in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin8709 committed Aug 2, 2024
1 parent 516d4c6 commit 9cd2cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ void runClockLoop() {
#if defined(STICK_C_PLUS) || defined(STICK_C_PLUS2)
RTC_TimeTypeDef _time;
cplus_RTC _rtc;
_rtc.begin();
_rtc.GetBm8563Time();
_rtc.GetTime(&_time);
#endif
Expand Down

0 comments on commit 9cd2cbe

Please sign in to comment.