aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/main.c')
-rw-r--r--src/lpc176x/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc176x/main.c b/src/lpc176x/main.c
index d12bcd57..f0fc6cde 100644
--- a/src/lpc176x/main.c
+++ b/src/lpc176x/main.c
@@ -55,7 +55,7 @@ enable_pclock(uint32_t pclk)
uint32_t
get_pclock_frequency(uint32_t pclk)
{
- return CONFIG_CLOCK_FREQ / 4;
+ return CONFIG_CLOCK_FREQ;
}
// Main entry point - called from armcm_boot.c:ResetHandler()