aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h')
-rw-r--r--testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h b/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h
index b997ebf5d..48608a2f1 100644
--- a/testex/STM32/STM32F3xx/SPI-N25Q128/halconf.h
+++ b/testex/STM32/STM32F3xx/SPI-N25Q128/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. */
/*===========================================================================*/