diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-05-02 13:18:38 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-05-02 13:18:38 +0000 |
commit | 021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb (patch) | |
tree | 6fae9b366e062b650af952f68e76647318ce0eb9 /os/ex/ST/lsm6dsl.h | |
parent | e30edc0e9ca5fbc15c11b0ce744099b848611624 (diff) | |
download | ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.gz ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.bz2 ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.zip |
Fixed Bug #943
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/lsm6dsl.h')
-rw-r--r-- | os/ex/ST/lsm6dsl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lsm6dsl.h b/os/ex/ST/lsm6dsl.h index 7dbb96338..0ad2d4143 100644 --- a/os/ex/ST/lsm6dsl.h +++ b/os/ex/ST/lsm6dsl.h @@ -960,7 +960,7 @@ struct LSM6DSLDriver { * @brief Samples bias values for the BaseGyroscope.
* @note The LSM6DSL shall not be moved during the whole procedure.
* @note After this function internal bias is automatically updated.
- * @note The behavior of this function depends on @P LSM6DSL_BIAS_ACQ_TIMES
+ * @note The behavior of this function depends on @p LSM6DSL_BIAS_ACQ_TIMES
* and @p LSM6DSL_BIAS_SETTLING_US.
*
* @param[in] devp pointer to @p LSM6DSLDriver.
|