diff options
Diffstat (limited to 'test/rt/testbuild')
-rw-r--r-- | test/rt/testbuild/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h index 6af37a4fc..eb5155f58 100644 --- a/test/rt/testbuild/halconf.h +++ b/test/rt/testbuild/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. */
/*===========================================================================*/
|