git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9730 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Rocco Marco Guglielmi 2016-07-30 15:59:37 +00:00
parent daedf9889b
commit 31b97d7e07
1 changed files with 2 additions and 2 deletions

View File

@ -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.