aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/ex/ST/l3gd20.h2
-rw-r--r--os/ex/ST/lis3dsh.h2
-rw-r--r--os/ex/ST/lsm303dlhc.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h
index 82a3c442f..4cb264e70 100644
--- a/os/ex/ST/l3gd20.h
+++ b/os/ex/ST/l3gd20.h
@@ -542,7 +542,7 @@ typedef struct L3GD20Driver L3GD20Driver;
/**
* @brief Change gyroscope full scale value.
*
- * @param[in] ip pointer to a @p BaseGyroscope class.
+ * @param[in] ip pointer to a @p L3GD20Driver class.
* @param[in] fs the new full scale value.
*
* @return The operation status.
diff --git a/os/ex/ST/lis3dsh.h b/os/ex/ST/lis3dsh.h
index 5993ce84d..b83dc73ed 100644
--- a/os/ex/ST/lis3dsh.h
+++ b/os/ex/ST/lis3dsh.h
@@ -531,7 +531,7 @@ typedef struct LIS3DSHDriver LIS3DSHDriver;
/**
* @brief Change accelerometer fullscale value.
*
- * @param[in] ip pointer to a @p BaseAccelerometer class.
+ * @param[in] ip pointer to a @p LIS3DSHDriver class.
* @param[in] fs the new full scale value.
*
* @return The operation status.
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h
index 7f34a8683..35f258fe8 100644
--- a/os/ex/ST/lsm303dlhc.h
+++ b/os/ex/ST/lsm303dlhc.h
@@ -666,7 +666,7 @@ typedef struct LSM303DLHCDriver LSM303DLHCDriver;
/**
* @brief Change accelerometer fullscale value.
*
- * @param[in] ip pointer to a @p BaseAccelerometer class.
+ * @param[in] ip pointer to a @p LSM303DLHCDriver class.
* @param[in] fs the new full scale value.
*
* @return The operation status.