diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 19:36:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 19:36:41 +0000 |
commit | af2c001a10015894ee2bb76cbe8f9ed306aaeffe (patch) | |
tree | b161c3c011f178235900c547701b003cece58615 /os/hal/platforms/LPC13xx/hal_lld.c | |
parent | 26e74eaef131c77b6299a430af58f5c583cd6cba (diff) | |
download | ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.tar.gz ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.tar.bz2 ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2297 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/hal_lld.c')
-rw-r--r-- | os/hal/platforms/LPC13xx/hal_lld.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC13xx/hal_lld.c b/os/hal/platforms/LPC13xx/hal_lld.c index 33d5f2f11..21d17ab42 100644 --- a/os/hal/platforms/LPC13xx/hal_lld.c +++ b/os/hal/platforms/LPC13xx/hal_lld.c @@ -127,9 +127,6 @@ void LPC13xx_clock_init(void) { LPC_SYSCON->SYSAHBCLKDIV = LPC13xx_SYSABHCLK_DIV;
LPC_SYSCON->SYSAHBCLKCTRL = 0x0001005F;
- /* Peripheral clock dividers initialization.*/
- LPC_SYSCON->UARTCLKDIV = LPC13xx_UART_PCLK_DIV;
-
/* Memory remapping, vectors always in ROM.*/
LPC_SYSCON->SYSMEMREMAP = 2;
}
|