summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-30 13:08:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-30 13:08:31 +0000
commit3b5628c0580aa974b749806f52e3bc704a4ac744 (patch)
tree349b29e7cabfe52aca319f919ff45b2e8a6a856d /nuttx/configs/nucleus2g/src
parent2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0 (diff)
downloadpx4-nuttx-3b5628c0580aa974b749806f52e3bc704a4ac744.tar.gz
px4-nuttx-3b5628c0580aa974b749806f52e3bc704a4ac744.tar.bz2
px4-nuttx-3b5628c0580aa974b749806f52e3bc704a4ac744.zip
Fix MicroSD card support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3148 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g/src')
-rwxr-xr-xnuttx/configs/nucleus2g/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/nucleus2g/src/up_boot.c b/nuttx/configs/nucleus2g/src/up_boot.c
index 8e2a5c72c..a1e60401b 100755
--- a/nuttx/configs/nucleus2g/src/up_boot.c
+++ b/nuttx/configs/nucleus2g/src/up_boot.c
@@ -94,7 +94,7 @@ void lpc17_boardinitialize(void)
* function lpc17_sspinitialize() has been brought into the link.
*/
-#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP0)
+#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP1)
if (lpc17_sspinitialize)
{
lpc17_sspinitialize();