Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg)
This commit is contained in:
parent
7768935889
commit
c4e85215bf
3 changed files with 4 additions and 2 deletions
|
@ -286,7 +286,7 @@
|
|||
const uint8_t Reference,
|
||||
const uint32_t Frequency)
|
||||
{
|
||||
uint16_t DFLLCompare = (Frequency / 1000);
|
||||
uint16_t DFLLCompare = (Frequency / 1024);
|
||||
|
||||
switch (Source)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue