diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 09:43:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 09:43:16 +0000 |
commit | 77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6 (patch) | |
tree | 4eda1258461a2e7fcc7c3d44144788ccdfb27fe5 /testhal/STM32F3xx/SPI | |
parent | 8e8aff84b380facae6fcaf5949f0a6b647989b7b (diff) | |
download | ChibiOS-77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6.tar.gz ChibiOS-77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6.tar.bz2 ChibiOS-77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4995 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F3xx/SPI')
-rw-r--r-- | testhal/STM32F3xx/SPI/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F3xx/SPI/halconf.h b/testhal/STM32F3xx/SPI/halconf.h index d176ad1a7..526cc590d 100644 --- a/testhal/STM32F3xx/SPI/halconf.h +++ b/testhal/STM32F3xx/SPI/halconf.h @@ -209,6 +209,13 @@ /**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
|