From 021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 2 May 2018 13:18:38 +0000 Subject: Fixed Bug #943 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lsm303dlhc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ex/ST/lsm303dlhc.c') diff --git a/os/ex/ST/lsm303dlhc.c b/os/ex/ST/lsm303dlhc.c index 0e05252d4..8fa988ab7 100644 --- a/os/ex/ST/lsm303dlhc.c +++ b/os/ex/ST/lsm303dlhc.c @@ -337,7 +337,7 @@ static msg_t acc_reset_sensivity(void *ip) { * previous and next fullscale value. * @note A recalibration is highly suggested after calling this function. * - * @param[in] ip pointer to @p LSM303DLHCDriver interface. + * @param[in] devp pointer to @p LSM303DLHCDriver interface. * @param[in] fs new fullscale value. * * @return The operation status. @@ -721,7 +721,7 @@ static msg_t comp_reset_sensivity(void *ip) { * previous and next fullscale value. * @note A recalibration is highly suggested after calling this function. * - * @param[in] ip pointer to @p LSM303DLHCDriver interface. + * @param[in] devp pointer to @p LSM303DLHCDriver interface. * @param[in] fs new fullscale value. * * @return The operation status. -- cgit v1.2.3