Need to set up SD card detect GPIO

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2537 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-02-07 15:29:37 +00:00
parent f16b5637a1
commit b38a70490e

View File

@ -99,4 +99,10 @@ void sam3u_boardinitialize(void)
#ifdef CONFIG_ARCH_LEDS
up_ledinit();
#endif
/* Setup SD card detection PIO */
#if CONFIG_SAM3U_HSMCI
sam3u_configgpio(GPIO_MCI_CD);
#endif
}