aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC_FATTIME/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/RTC_FATTIME/halconf.h')
-rwxr-xr-xtesthal/STM32F4xx/RTC_FATTIME/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/RTC_FATTIME/halconf.h b/testhal/STM32F4xx/RTC_FATTIME/halconf.h
index cd7d0d051..0914de6e4 100755
--- a/testhal/STM32F4xx/RTC_FATTIME/halconf.h
+++ b/testhal/STM32F4xx/RTC_FATTIME/halconf.h
@@ -202,6 +202,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