git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1836 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7cdb8ce774
commit
7fa66fc81d
|
@ -233,6 +233,8 @@ void sd_lld_init(void) {
|
||||||
#if USE_LPC111x_UART0
|
#if USE_LPC111x_UART0
|
||||||
sdObjectInit(&SD1, NULL, notify1);
|
sdObjectInit(&SD1, NULL, notify1);
|
||||||
SD1.uart = LPC_UART;
|
SD1.uart = LPC_UART;
|
||||||
|
LPC_IOCON->PIO0_6 = 0xC1; /* RDX without resistors. */
|
||||||
|
LPC_IOCON->PIO0_7 = 0xC1; /* TDX without resistors. */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue