aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-25 11:11:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-25 11:11:08 +0000
commit4a2b2769363a3ec43a31e3c96ac303d241f3fc5d (patch)
treeb544c1bf031143e1bcc1c9d5680e38208f5098af /os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h
parent814bc9e8e7f4593490f9e2e6175ad69e29e682ab (diff)
downloadChibiOS-4a2b2769363a3ec43a31e3c96ac303d241f3fc5d.tar.gz
ChibiOS-4a2b2769363a3ec43a31e3c96ac303d241f3fc5d.tar.bz2
ChibiOS-4a2b2769363a3ec43a31e3c96ac303d241f3fc5d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5505 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h')
-rw-r--r--os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h b/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h
index 128b1382f..1c61d8f03 100644
--- a/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h
+++ b/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.h
@@ -132,7 +132,7 @@ struct SPIDriver {
/* External declarations. */
/*===========================================================================*/
-#if SPC5_SPI_USE_SPI1 && !defined(__DOXYGEN__)
+#if SPC5_SPI_USE_DSPI1 && !defined(__DOXYGEN__)
extern SPIDriver SPID1;
#endif