summaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-17 19:54:25 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-17 19:54:25 +0000
commit8b994145b849c40b0a195c3fb332b9770b2f9097 (patch)
treeac8decf22177a337ce4cce511a69638c5ddee20b /src/flash/lpc288x.c
parent14cbd545bfca253a1c4063685eff6535e41d0611 (diff)
downloadopenocd+libswd-8b994145b849c40b0a195c3fb332b9770b2f9097.tar.gz
openocd+libswd-8b994145b849c40b0a195c3fb332b9770b2f9097.tar.bz2
openocd+libswd-8b994145b849c40b0a195c3fb332b9770b2f9097.tar.xz
openocd+libswd-8b994145b849c40b0a195c3fb332b9770b2f9097.zip
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@2549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/lpc288x.c')
-rw-r--r--src/flash/lpc288x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c
index cf189d9e..513e2fcf 100644
--- a/src/flash/lpc288x.c
+++ b/src/flash/lpc288x.c
@@ -214,8 +214,8 @@ static int lpc288x_flash_bank_command(struct command_context_s *cmd_ctx, char *c
return ERROR_OK;
}
-/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1.
- * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%.
+/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1.
+ * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%.
* AHB = 12 MHz ?
* 12000000/66000 = 182
* CLK_DIV = 60 ? */