diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-10 17:54:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-10 17:54:41 +0000 |
commit | ed26815f85668f5eedc6c28581e8900f037cbba1 (patch) | |
tree | 994c72b0900174001db8a5ce1d76883e67c60298 /os/hal/platforms/STM32/can_lld.h | |
parent | b81fe69f7174006176e505ac66aff44eb8e246f2 (diff) | |
download | ChibiOS-ed26815f85668f5eedc6c28581e8900f037cbba1.tar.gz ChibiOS-ed26815f85668f5eedc6c28581e8900f037cbba1.tar.bz2 ChibiOS-ed26815f85668f5eedc6c28581e8900f037cbba1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/can_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/can_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/can_lld.h b/os/hal/platforms/STM32/can_lld.h index a9a086e5b..d99897935 100644 --- a/os/hal/platforms/STM32/can_lld.h +++ b/os/hal/platforms/STM32/can_lld.h @@ -75,6 +75,10 @@ /*===========================================================================*/
/**
+ * @name Configuration options
+ * @{
+ */
+/**
* @brief CAN1 driver enable switch.
* @details If set to @p TRUE the support for ADC1 is included.
* @note The default is @p TRUE.
@@ -89,6 +93,7 @@ #if !defined(STM32_CAN_CAN1_IRQ_PRIORITY) || defined(__DOXYGEN__)
#define STM32_CAN_CAN1_IRQ_PRIORITY 11
#endif
+/** @} */
/*===========================================================================*/
/* Derived constants and error checks. */
|