diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 13:49:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 13:49:53 +0000 |
commit | eed6999aaf3a4579121b5e70d3a84ef620f896eb (patch) | |
tree | ffbad9ef7d792ecfb7205ec3876d26b0dd9f2d75 /os/hal/dox/can.dox | |
parent | a5138f8fac4b576c67e70e00453982492055ef15 (diff) | |
download | ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.gz ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.bz2 ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/can.dox')
-rw-r--r-- | os/hal/dox/can.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/dox/can.dox b/os/hal/dox/can.dox index 81ee24e8b..550cbc79c 100644 --- a/os/hal/dox/can.dox +++ b/os/hal/dox/can.dox @@ -20,7 +20,8 @@ /**
* @defgroup CAN CAN Driver
* @brief Generic CAN Driver.
- * @details This module implements a generic CAN driver.
+ * @details This module implements a generic CAN driver allowing the exchange
+ * of information at frame level.
* @pre In order to use the CAN driver the @p HAL_USE_CAN option
* must be enabled in @p halconf.h.
*
|