aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.h
diff options
context:
space:
mode:
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 \