aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_can.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_can.h b/os/hal/include/hal_can.h
index 61bd8b1be..6b41d8065 100644
--- a/os/hal/include/hal_can.h
+++ b/os/hal/include/hal_can.h
@@ -143,7 +143,7 @@ typedef enum {
* @name Low level driver helper macros
* @{
*/
-#if CAN_ENFORCE_USE_CALLBACKS == FALSE
+#if (CAN_ENFORCE_USE_CALLBACKS == FALSE) || defined(__DOXYGEN__)
/**
* @brief TX mailbox empty event.
*/