Skip to content

Commit

Permalink
fix: remove default value in setFlashLatency implementation template …
Browse files Browse the repository at this point in the history
…param
  • Loading branch information
lukh committed Jun 7, 2022
1 parent 04df702 commit 313e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/platform/clock/stm32/rcc_impl.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Rcc::computeFlashLatency(uint32_t Core_Hz, uint16_t Core_mV)
return {latency, max_freq};
}

template< uint32_t Core_Hz, uint16_t Core_mV = 3300 >
template< uint32_t Core_Hz, uint16_t Core_mV>
uint32_t
Rcc::setFlashLatency()
{
Expand Down

0 comments on commit 313e0b1

Please sign in to comment.