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/lsm303dlhc.h | |
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/lsm303dlhc.h')
-rw-r--r-- | os/ex/ST/lsm303dlhc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h index 86317a691..2fe8d70b3 100644 --- a/os/ex/ST/lsm303dlhc.h +++ b/os/ex/ST/lsm303dlhc.h @@ -98,7 +98,7 @@ #endif #if LSM303DLHC_SHARED_I2C && !I2C_USE_MUTUAL_EXCLUSION -#error "LSM303DLHC_SHARED_SPI requires I2C_USE_MUTUAL_EXCLUSION" +#error "LSM303DLHC_SHARED_I2C requires I2C_USE_MUTUAL_EXCLUSION" #endif /*===========================================================================*/ |