diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 10:37:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 10:37:31 +0000 |
commit | f90ae4d17df24cd6477f2557bc86ef9433e93414 (patch) | |
tree | 32ffb2543a1e07f5773278748542cc69d45f210a /os/hal/templates/can_lld.h | |
parent | d477d161e3846b0b8256995638b78c5c090ac0f2 (diff) | |
download | ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.gz ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.bz2 ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1354 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/can_lld.h')
-rw-r--r-- | os/hal/templates/can_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/can_lld.h b/os/hal/templates/can_lld.h index c899055c6..202f7e044 100644 --- a/os/hal/templates/can_lld.h +++ b/os/hal/templates/can_lld.h @@ -27,7 +27,7 @@ #ifndef _CAN_LLD_H_
#define _CAN_LLD_H_
-#if CH_HAL_USE_CAN
+#if CH_HAL_USE_CAN || defined(__DOXYGEN__)
/**
* @brief This switch defines whether the driver implementation supports
|