diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 18:45:25 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 18:45:25 +0000 |
commit | 3588ac33a33bb10d22cd6a30ab22ea28514943a0 (patch) | |
tree | d760dba90f35da35288a953df44476de0d92a467 /os/ex/ST/lsm303dlhc.h | |
parent | 3edd2f7ccb1ecca032efb47d3192c4f4065e20ed (diff) | |
download | ChibiOS-3588ac33a33bb10d22cd6a30ab22ea28514943a0.tar.gz ChibiOS-3588ac33a33bb10d22cd6a30ab22ea28514943a0.tar.bz2 ChibiOS-3588ac33a33bb10d22cd6a30ab22ea28514943a0.zip |
Improved ChibiOS\EX documentation (Still uncomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10274 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/lsm303dlhc.h')
-rw-r--r-- | os/ex/ST/lsm303dlhc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h index 27c67a851..284e5b7ac 100644 --- a/os/ex/ST/lsm303dlhc.h +++ b/os/ex/ST/lsm303dlhc.h @@ -22,6 +22,8 @@ * @file lsm303dlhc.h
* @brief LSM303DLHC MEMS interface module header.
*
+ * @addtogroup LSM303DLHC
+ * @ingroup EX_ST
* @{
*/
#ifndef _LSM303DLHC_H_
|