diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-03-05 11:29:58 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-03-05 11:29:58 +0000 |
commit | 091b30ded1afbf8fbdfa5768bf3b287de5b7c023 (patch) | |
tree | 054541d03f645c781cbff1a2870c0bf1af8856fa /os/hal/lib/peripherals/include/hal_gyroscope.h | |
parent | 00775f65fe2170a053feef385cc835661b28262b (diff) | |
download | ChibiOS-091b30ded1afbf8fbdfa5768bf3b287de5b7c023.tar.gz ChibiOS-091b30ded1afbf8fbdfa5768bf3b287de5b7c023.tar.bz2 ChibiOS-091b30ded1afbf8fbdfa5768bf3b287de5b7c023.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9021 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/lib/peripherals/include/hal_gyroscope.h')
-rw-r--r-- | os/hal/lib/peripherals/include/hal_gyroscope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/peripherals/include/hal_gyroscope.h b/os/hal/lib/peripherals/include/hal_gyroscope.h index da38e29e2..c593f8fe6 100644 --- a/os/hal/lib/peripherals/include/hal_gyroscope.h +++ b/os/hal/lib/peripherals/include/hal_gyroscope.h @@ -50,7 +50,7 @@ struct BaseGyroscopeVMT { /**
* @brief Base gyroscope class.
- * @details This class represents a generic gyroscope MEMS.
+ * @details This class represents a generic gyroscope.
*/
typedef struct {
/** @brief Virtual Methods Table.*/
|