diff options
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r-- | src/lpc176x/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index 82fb200a..9bd5c6d2 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -25,8 +25,8 @@ endchoice config CLOCK_FREQ int - default 25000000 if MACH_LPC1768 # 100000000 / 4 - default 30000000 if MACH_LPC1769 # 120000000 / 4 + default 100000000 if MACH_LPC1768 + default 120000000 if MACH_LPC1769 config SMOOTHIEWARE_BOOTLOADER bool "Target board uses Smoothieware bootloader" |