From 6746c5da3f2a1d3ca83ad29708b9a3647f775a06 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Mon, 5 Feb 2018 10:36:17 +0000 Subject: Minor documentation fixes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11443 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/ST/l3gd20.h | 2 +- os/ex/ST/lis3dsh.h | 2 +- os/ex/ST/lsm303dlhc.h | 2 +- 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. -- cgit v1.2.3