Skip to content
Snippets Groups Projects
Commit f791179e authored by patacongo's avatar patacongo
Browse files

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
parent 31dd459a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment