aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/GPT
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-30 09:43:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-30 09:43:16 +0000
commit77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6 (patch)
tree4eda1258461a2e7fcc7c3d44144788ccdfb27fe5 /testhal/STM32F1xx/GPT
parent8e8aff84b380facae6fcaf5949f0a6b647989b7b (diff)
downloadChibiOS-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/STM32F1xx/GPT')
-rw-r--r--testhal/STM32F1xx/GPT/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/GPT/halconf.h b/testhal/STM32F1xx/GPT/halconf.h
index ad048e08f..87b6a7b3a 100644
--- a/testhal/STM32F1xx/GPT/halconf.h
+++ b/testhal/STM32F1xx/GPT/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