diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-02 13:10:18 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-02 13:10:18 +0000 |
commit | cd7b086b12fa9af6bdeacfaa91e9ad94f411a6be (patch) | |
tree | 8ff2486f708a6844d885c64d7da3891003a63a85 /os/ex/ST/l3gd20.c | |
parent | ffd47e9af73a9e4a27e1747589085bd2b9f9557a (diff) | |
download | ChibiOS-cd7b086b12fa9af6bdeacfaa91e9ad94f411a6be.tar.gz ChibiOS-cd7b086b12fa9af6bdeacfaa91e9ad94f411a6be.tar.bz2 ChibiOS-cd7b086b12fa9af6bdeacfaa91e9ad94f411a6be.zip |
Small indent fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9554 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/l3gd20.c')
-rw-r--r-- | os/ex/ST/l3gd20.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.c b/os/ex/ST/l3gd20.c index c618a8c8d..d36399d91 100644 --- a/os/ex/ST/l3gd20.c +++ b/os/ex/ST/l3gd20.c @@ -27,7 +27,6 @@ */ #include "hal.h" - #include "l3gd20.h" /*===========================================================================*/ @@ -55,7 +54,6 @@ #define L3GD20_AD_3 ((uint8_t)0x08) #define L3GD20_AD_4 ((uint8_t)0x10) #define L3GD20_AD_5 ((uint8_t)0x20) - #define L3GD20_MS ((uint8_t)0x40) #define L3GD20_RW ((uint8_t)0x80) |