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/lsm303agr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/ex/ST/lsm303agr.h') diff --git a/os/ex/ST/lsm303agr.h b/os/ex/ST/lsm303agr.h index 74ddc058b..7e532ab92 100644 --- a/os/ex/ST/lsm303agr.h +++ b/os/ex/ST/lsm303agr.h @@ -811,7 +811,7 @@ struct LSM303AGRDriver { * @note The axes array must be at least the same size of the * BaseCompass axes number. * - * @param[in] ip pointer to @p BaseCompass interface. + * @param[in] devp pointer to @p BaseCompass interface. * @param[out] axes a buffer which would be filled with raw data. * * @return The operation status. @@ -833,7 +833,7 @@ struct LSM303AGRDriver { * @note The axes array must be at least the same size of the * BaseCompass axes number. * - * @param[in] ip pointer to @p BaseCompass interface. + * @param[in] devp pointer to @p BaseCompass interface. * @param[out] axes a buffer which would be filled with cooked data. * * @return The operation status. @@ -853,7 +853,7 @@ struct LSM303AGRDriver { * @note The bias buffer must be at least the same size of the * BaseCompass axes number. * - * @param[in] ip pointer to @p BaseCompass interface. + * @param[in] devp pointer to @p BaseCompass interface. * @param[in] bp a buffer which contains biases. * * @return The operation status. -- cgit v1.2.3