aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/XMEGA/WDT/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/XMEGA/WDT/halconf.h')
-rw-r--r--testhal/AVR/XMEGA/WDT/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/AVR/XMEGA/WDT/halconf.h b/testhal/AVR/XMEGA/WDT/halconf.h
index 9fa7881e9..0928035e4 100644
--- a/testhal/AVR/XMEGA/WDT/halconf.h
+++ b/testhal/AVR/XMEGA/WDT/halconf.h
@@ -238,6 +238,13 @@
#define CAN_USE_SLEEP_MODE TRUE
#endif
+/**
+ * @brief Enforces the driver to use direct callbacks rather than OSAL events.
+ */
+#if !defined(CAN_ENFORCE_USE_CALLBACKS) || defined(__DOXYGEN__)
+#define CAN_ENFORCE_USE_CALLBACKS FALSE
+#endif
+
/*===========================================================================*/
/* CRY driver related settings. */
/*===========================================================================*/