aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/can.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-18 08:31:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-18 08:31:56 +0000
commit7aa43aee7029b232c558174bcbdf90e8fbebd57b (patch)
tree58052eee33567051fcbfb99870a7eb2cff46067b /os/hal/src/can.c
parent24eecd9a1b1a439c5330d58fe042330f3e0f8298 (diff)
downloadChibiOS-7aa43aee7029b232c558174bcbdf90e8fbebd57b.tar.gz
ChibiOS-7aa43aee7029b232c558174bcbdf90e8fbebd57b.tar.bz2
ChibiOS-7aa43aee7029b232c558174bcbdf90e8fbebd57b.zip
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2490 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/can.c')
-rw-r--r--os/hal/src/can.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/src/can.c b/os/hal/src/can.c
index 59a7b5dbf..f389380ea 100644
--- a/os/hal/src/can.c
+++ b/os/hal/src/can.c
@@ -48,6 +48,8 @@
/**
* @brief CAN Driver initialization.
+ * @note This function is implicitly invoked by @p halInit(), there is
+ * no need to explicitly initialize the driver.
*
* @init
*/