Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuskleist committed Aug 9, 2023
1 parent 9794a6f commit c4839fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/platform/rtc/stm32/rtc_impl.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace modm::platform
{

template< typename Rep, typename Period >
bool
bool
Rtc::synchronize(std::chrono::duration<Rep, Period> delay, uint32_t waitCycles)
{
// Check that SS[15] = 0 in order to ensure that no overflow will occur, before initiating a shift operation.
Expand Down

0 comments on commit c4839fb

Please sign in to comment.