aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/can.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-04 17:16:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-04 17:16:18 +0000
commit2891f7d645c4be187ac96ee4011207531d25c34a (patch)
treeddfb8134c4c918893cb0cb50075bd5be3f4248a9 /os/hal/include/can.h
parent7f61cb948ccdbd728643e0f174ee87542d9a862d (diff)
downloadChibiOS-2891f7d645c4be187ac96ee4011207531d25c34a.tar.gz
ChibiOS-2891f7d645c4be187ac96ee4011207531d25c34a.tar.bz2
ChibiOS-2891f7d645c4be187ac96ee4011207531d25c34a.zip
Documentation improvements, fixed a small error in the STM32 serial driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2234 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/can.h')
-rw-r--r--os/hal/include/can.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/include/can.h b/os/hal/include/can.h
index 4a40fb952..f87c57fee 100644
--- a/os/hal/include/can.h
+++ b/os/hal/include/can.h
@@ -100,6 +100,8 @@ typedef enum {
*
* @param[in] canp pointer to the @p CANDriver object
* @param[in] mask flags to be added to the status mask
+ *
+ * @iclass
*/
#define canAddFlagsI(canp, mask) ((canp)->cd_status |= (mask))