aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/CAN/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/CAN/halconf.h')
-rw-r--r--testhal/STM32F3xx/CAN/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F3xx/CAN/halconf.h b/testhal/STM32F3xx/CAN/halconf.h
index 52296c173..9f4eb20d0 100644
--- a/testhal/STM32F3xx/CAN/halconf.h
+++ b/testhal/STM32F3xx/CAN/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