aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2s_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 11:10:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 11:10:01 +0000
commit2e0cea4fc073049735fb7d9acb59f659a5682726 (patch)
treec340f8f636b3430275513597283c6e60582d4435 /os/hal/platforms/STM32/i2s_lld.h
parent659ae9692564f5bd99435cfbf3564a5e78d09ace (diff)
downloadChibiOS-2e0cea4fc073049735fb7d9acb59f659a5682726.tar.gz
ChibiOS-2e0cea4fc073049735fb7d9acb59f659a5682726.tar.bz2
ChibiOS-2e0cea4fc073049735fb7d9acb59f659a5682726.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4603 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2s_lld.h')
-rw-r--r--os/hal/platforms/STM32/i2s_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/i2s_lld.h b/os/hal/platforms/STM32/i2s_lld.h
index 52f00d2b7..93880e3d3 100644
--- a/os/hal/platforms/STM32/i2s_lld.h
+++ b/os/hal/platforms/STM32/i2s_lld.h
@@ -49,7 +49,7 @@
* @note The default is @p TRUE.
*/
#if !defined(STM32_I2S_USE_I2S2) || defined(__DOXYGEN__)
-#define STM32_I2S_USE_I2S2 TRUE
+#define STM32_I2S_USE_I2S2 FALSE
#endif
/**
@@ -58,7 +58,7 @@
* @note The default is @p TRUE.
*/
#if !defined(STM32_I2S_USE_I2S3) || defined(__DOXYGEN__)
-#define STM32_I2S_USE_I2S3 TRUE
+#define STM32_I2S_USE_I2S3 FALSE
#endif
/**