diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/atsamd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atsamd/Kconfig b/src/atsamd/Kconfig index b9bcbab2..af516685 100644 --- a/src/atsamd/Kconfig +++ b/src/atsamd/Kconfig @@ -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 |