aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-05 11:31:49 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-05 11:31:49 +0000
commitdf934d4e797f75c6a3c7e21d65ec789f4004d939 (patch)
tree91c857683a19ef0b0f3de54acd6f81d1b19c1d71 /os/ex/ST/lsm303dlhc.h
parent6b491d1edabf6148873e5a1ccd70b161b854c734 (diff)
downloadChibiOS-df934d4e797f75c6a3c7e21d65ec789f4004d939.tar.gz
ChibiOS-df934d4e797f75c6a3c7e21d65ec789f4004d939.tar.bz2
ChibiOS-df934d4e797f75c6a3c7e21d65ec789f4004d939.zip
Improved ST/MEMS documentation. Completely fixed Bug #915
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11448 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/lsm303dlhc.h')
-rw-r--r--os/ex/ST/lsm303dlhc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h
index 35f258fe8..168746398 100644
--- a/os/ex/ST/lsm303dlhc.h
+++ b/os/ex/ST/lsm303dlhc.h
@@ -578,7 +578,8 @@ typedef struct {
msg_t (*set_full_scale)(void *instance, lsm303dlhc_acc_fs_t fs);
/**
- * @brief @p LSM303DLHC accelerometer subsystem specific methods.
+ * @brief @p LSM303DLHC accelerometer subsystem specific methods with
+ * inherited ones.
*/
#define _lsm303dlhc_accelerometer_methods \
_base_accelerometer_methods \
@@ -592,7 +593,7 @@ typedef struct {
msg_t (*set_full_scale)(void *instance, lsm303dlhc_comp_fs_t fs);
/**
- * @brief @p LSM303DLHC compass subsystem specific methods.
+ * @brief @p LSM303DLHC compass subsystem specific methods with inherited ones.
*/
#define _lsm303dlhc_compass_methods \
_base_compass_methods \