aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/EXT/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/EXT/halconf.h')
-rw-r--r--testhal/STM32L1xx/EXT/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32L1xx/EXT/halconf.h b/testhal/STM32L1xx/EXT/halconf.h
index 5a1e5c050..3c0e4218f 100644
--- a/testhal/STM32L1xx/EXT/halconf.h
+++ b/testhal/STM32L1xx/EXT/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