diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-30 15:59:37 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-30 15:59:37 +0000 |
commit | 31b97d7e07bab71bbe482dc5e2cff15c7eaf9f6f (patch) | |
tree | c14a13bdfb4e4bcbc630b4c43886b3fc692ede06 /os/ex | |
parent | daedf9889b3140fb146a58dbafb48b2018ed9301 (diff) | |
download | ChibiOS-31b97d7e07bab71bbe482dc5e2cff15c7eaf9f6f.tar.gz ChibiOS-31b97d7e07bab71bbe482dc5e2cff15c7eaf9f6f.tar.bz2 ChibiOS-31b97d7e07bab71bbe482dc5e2cff15c7eaf9f6f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9730 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex')
-rw-r--r-- | os/ex/ST/l3gd20.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h index 4a3761c30..e74837978 100644 --- a/os/ex/ST/l3gd20.h +++ b/os/ex/ST/l3gd20.h @@ -481,7 +481,7 @@ typedef struct L3GD20Driver L3GD20Driver; */ #define _l3gd20_methods \ _base_gyroscope_methods \ - /* Change full scale value of L3GD20 .*/ \ + /* Change full scale value of L3GD20.*/ \ msg_t (*set_full_scale)(void *instance, l3gd20_fs_t fs); /** @@ -532,7 +532,7 @@ struct L3GD20Driver { /*===========================================================================*/ /** - * @brief Change gyroscope fullscale value. + * @brief Change gyroscope full scale value. * * @param[in] ip pointer to a @p BaseGyroscope class. * @param[in] fs the new full scale value. |