diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-08 13:44:01 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-07-08 13:44:01 +0000 |
commit | 8af2d46e976a036d1d243408758b0932674888bd (patch) | |
tree | 9483c3dfe1b1b930977d8f895d8a5fe407069449 /os | |
parent | 0e26d49549f4db7f4502d13a8fd62c44fcdf5c68 (diff) | |
download | ChibiOS-8af2d46e976a036d1d243408758b0932674888bd.tar.gz ChibiOS-8af2d46e976a036d1d243408758b0932674888bd.tar.bz2 ChibiOS-8af2d46e976a036d1d243408758b0932674888bd.zip |
Minor fixes on L3GD20 related files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9691 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ex/ST/l3gd20.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h index 92dd1ad0d..30f6f0ccf 100644 --- a/os/ex/ST/l3gd20.h +++ b/os/ex/ST/l3gd20.h @@ -24,7 +24,6 @@ *
* @{
*/
-
#ifndef _L3GD20_H_
#define _L3GD20_H_
@@ -36,6 +35,8 @@ /**
* @brief L3GD20 characteristics + *
+ * @{
*/ #define L3GD20_NUMBER_OF_AXES 3U |