git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1836 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-04-02 18:36:52 +00:00
parent 7cdb8ce774
commit 7fa66fc81d
1 changed files with 2 additions and 0 deletions

View File

@ -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
}