aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-05 10:36:17 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-02-05 10:36:17 +0000
commit6746c5da3f2a1d3ca83ad29708b9a3647f775a06 (patch)
treed568e1b7457fadc81d3c1951f8e130c3d0d03973 /os/ex
parent2268a0e69a9d8a966157672178a3524d9eb474c7 (diff)
downloadChibiOS-6746c5da3f2a1d3ca83ad29708b9a3647f775a06.tar.gz
ChibiOS-6746c5da3f2a1d3ca83ad29708b9a3647f775a06.tar.bz2
ChibiOS-6746c5da3f2a1d3ca83ad29708b9a3647f775a06.zip
Minor documentation fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11443 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex')
-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.