diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 14:36:38 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 14:36:38 +0000 |
commit | 670952cb478973b2f6e231dd06fecd05e6059ba4 (patch) | |
tree | 9b170baece5fd6100a2ddefc1dad5f6f3c1b6aa2 /os/ex | |
parent | f1cb1596b05bf7cc772778212ed51e27ffb61341 (diff) | |
download | ChibiOS-670952cb478973b2f6e231dd06fecd05e6059ba4.tar.gz ChibiOS-670952cb478973b2f6e231dd06fecd05e6059ba4.tar.bz2 ChibiOS-670952cb478973b2f6e231dd06fecd05e6059ba4.zip |
Cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11700 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r-- | os/ex/ST/lis3dsh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/ex/ST/lis3dsh.h b/os/ex/ST/lis3dsh.h index c204301ea..29c932445 100644 --- a/os/ex/ST/lis3dsh.h +++ b/os/ex/ST/lis3dsh.h @@ -503,8 +503,7 @@ typedef struct { /**
- * @brief @p LIS3DSH specific methods with inherited
- * ones.
+ * @brief @p LIS3DSH specific methods with inherited ones.
*/
#define _lis3dsh_methods \
_base_object_methods \
|