aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-04 07:20:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-04 07:20:40 +0000
commit297e4befc1fb0d0365ada1e0666e55d44af2a09c (patch)
tree7a75d15d764cb8f995b4442540662d74b5f23f7f /os/hal/ports/STM32/LLD/SPIv1
parente156a82f76c97108b16077c978bc9933c184501b (diff)
downloadChibiOS-297e4befc1fb0d0365ada1e0666e55d44af2a09c.tar.gz
ChibiOS-297e4befc1fb0d0365ada1e0666e55d44af2a09c.tar.bz2
ChibiOS-297e4befc1fb0d0365ada1e0666e55d44af2a09c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/SPIv1')
-rw-r--r--os/hal/ports/STM32/LLD/SPIv1/i2s_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv1/i2s_lld.h b/os/hal/ports/STM32/LLD/SPIv1/i2s_lld.h
index 5c2fb1c32..595843d33 100644
--- a/os/hal/ports/STM32/LLD/SPIv1/i2s_lld.h
+++ b/os/hal/ports/STM32/LLD/SPIv1/i2s_lld.h
@@ -328,7 +328,7 @@ struct I2SDriver {
extern I2SDriver I2SD2;
#endif
-#if STM32_I2S_USE_I2S3 && !defined(__DOXYGEN__)
+#if STM32_I2S_USE_SPI3 && !defined(__DOXYGEN__)
extern I2SDriver I2SD3;
#endif