diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 20:53:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 20:53:37 +0000 |
commit | 29a259ba43607142487a0bceb8adf31d76286770 (patch) | |
tree | afadb4595ef6855b715528a6e54b3d8049a0e9cf /os/hal/platforms/LPC13xx/spi_lld.c | |
parent | ba10e94273f476350209e888d25350299802f5e1 (diff) | |
download | ChibiOS-29a259ba43607142487a0bceb8adf31d76286770.tar.gz ChibiOS-29a259ba43607142487a0bceb8adf31d76286770.tar.bz2 ChibiOS-29a259ba43607142487a0bceb8adf31d76286770.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2299 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/spi_lld.c')
-rw-r--r-- | os/hal/platforms/LPC13xx/spi_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|