From 77d7a3741d05e24286f41d3bfdfdee78f4dbd8a6 Mon Sep 17 00:00:00 2001
From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Sun, 30 Dec 2012 09:43:16 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4995
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 testhal/STM32F3xx/ADC/halconf.h | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'testhal/STM32F3xx/ADC')

diff --git a/testhal/STM32F3xx/ADC/halconf.h b/testhal/STM32F3xx/ADC/halconf.h
index 545241783..b3287928a 100644
--- a/testhal/STM32F3xx/ADC/halconf.h
+++ b/testhal/STM32F3xx/ADC/halconf.h
@@ -206,6 +206,13 @@
 /* MAC driver related settings.                                              */
 /*===========================================================================*/
 
+/**
+ * @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.
  */
-- 
cgit v1.2.3