From 31b97d7e07bab71bbe482dc5e2cff15c7eaf9f6f Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 30 Jul 2016 15:59:37 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9730 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/ST/l3gd20.h | 4 ++-- 1 file 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.