From 3b5628c0580aa974b749806f52e3bc704a4ac744 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 30 Nov 2010 13:08:31 +0000 Subject: Fix MicroSD card support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3148 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/nucleus2g/src/up_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/nucleus2g/src') 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(); -- cgit v1.2.3