diff options
Diffstat (limited to 'os/hal/platforms/LPC11xx/hal_lld.c')
| -rw-r--r-- | os/hal/platforms/LPC11xx/hal_lld.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC11xx/hal_lld.c b/os/hal/platforms/LPC11xx/hal_lld.c index 8c8460852..efaf4c98f 100644 --- a/os/hal/platforms/LPC11xx/hal_lld.c +++ b/os/hal/platforms/LPC11xx/hal_lld.c @@ -127,9 +127,6 @@ void lpc111x_clock_init(void) { LPC_SYSCON->SYSAHBCLKDIV = LPC11xx_SYSABHCLK_DIV;
LPC_SYSCON->SYSAHBCLKCTRL = 0x0001005F;
- /* Peripheral clock dividers initialization.*/
- LPC_SYSCON->UARTCLKDIV = LPC11xx_UART_PCLK_DIV;
-
/* Memory remapping, vectors always in ROM.*/
LPC_SYSCON->SYSMEMREMAP = 2;
}
|
