From 7fa66fc81d60bc00a35ab0643b268cd9874b53ad Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 2 Apr 2010 18:36:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1836 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC111x/serial_lld.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal') diff --git a/os/hal/platforms/LPC111x/serial_lld.c b/os/hal/platforms/LPC111x/serial_lld.c index f0990b671..f3e7d5e31 100644 --- a/os/hal/platforms/LPC111x/serial_lld.c +++ b/os/hal/platforms/LPC111x/serial_lld.c @@ -233,6 +233,8 @@ void sd_lld_init(void) { #if USE_LPC111x_UART0 sdObjectInit(&SD1, NULL, notify1); SD1.uart = LPC_UART; + LPC_IOCON->PIO0_6 = 0xC1; /* RDX without resistors. */ + LPC_IOCON->PIO0_7 = 0xC1; /* TDX without resistors. */ #endif } -- cgit v1.2.3