From 29a259ba43607142487a0bceb8adf31d76286770 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 27 Oct 2010 20:53:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2299 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC13xx/spi_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/platforms/LPC13xx/spi_lld.c b/os/hal/platforms/LPC13xx/spi_lld.c index 65e69ce1c..299e394bd 100644 --- a/os/hal/platforms/LPC13xx/spi_lld.c +++ b/os/hal/platforms/LPC13xx/spi_lld.c @@ -140,7 +140,7 @@ CH_IRQ_HANDLER(Vector90) { * @notapi */ void spi_lld_init(void) { -************************************************************ + #if LPC13xx_SPI_USE_SSP0 spiObjectInit(&SPID1); SPID1.spd_ssp = LPC_SSP0; -- cgit v1.2.3