mirror of
git://soft.sys114.com/klipper
synced 2026-02-07 03:49:47 +09:00
atsamd: Default to using an external 32Khz crystal
Most samd boards have the crystal and it does improve the clock accuracy, so default to enabling it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -55,10 +55,10 @@ config CLOCK_FREQ
|
||||
|
||||
choice
|
||||
prompt "Clock Reference"
|
||||
config CLOCK_REF_INTERNAL
|
||||
bool "Internal clock"
|
||||
config CLOCK_REF_X32K
|
||||
bool "32.768Khz crystal"
|
||||
config CLOCK_REF_INTERNAL
|
||||
bool "Internal clock"
|
||||
endchoice
|
||||
|
||||
choice
|
||||
|
||||
Reference in New Issue
Block a user