diff options
Diffstat (limited to 'src/flash/lpc288x.c')
-rw-r--r-- | src/flash/lpc288x.c | 4 |
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 ? */ |