aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/spi_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 10:37:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 10:37:31 +0000
commitf90ae4d17df24cd6477f2557bc86ef9433e93414 (patch)
tree32ffb2543a1e07f5773278748542cc69d45f210a /os/hal/templates/spi_lld.c
parentd477d161e3846b0b8256995638b78c5c090ac0f2 (diff)
downloadChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.gz
ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.bz2
ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1354 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/spi_lld.c')
-rw-r--r--os/hal/templates/spi_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/spi_lld.c b/os/hal/templates/spi_lld.c
index 5fd6295d2..67e337f9f 100644
--- a/os/hal/templates/spi_lld.c
+++ b/os/hal/templates/spi_lld.c
@@ -27,7 +27,7 @@
#include "ch.h"
#include "hal.h"
-#if CH_HAL_USE_SPI
+#if CH_HAL_USE_SPI || defined(__DOXYGEN__)
/*===========================================================================*/
/* Low Level Driver exported variables. */