aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/devices_lib/lsm303dlhc.h
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-04-14 21:09:25 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2015-04-14 21:09:25 +0300
commit5a3391e392eb2e7662c7bae4e26bf64e286ba984 (patch)
treec0eed2bd4706312345a6833926c7374a99ddf3a1 /os/various/devices_lib/lsm303dlhc.h
parenta99ffad5c155e82ceacd66cb57b0b25aa06eb9b9 (diff)
parent8b32af98adc0f61cbc2ab715a628b84236eb009c (diff)
downloadChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.tar.gz
ChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.tar.bz2
ChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.zip
Merge pull request #5 from RoccoMarco/master
Lib are now totally independent from PLAY
Diffstat (limited to 'os/various/devices_lib/lsm303dlhc.h')
-rw-r--r--os/various/devices_lib/lsm303dlhc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/various/devices_lib/lsm303dlhc.h b/os/various/devices_lib/lsm303dlhc.h
index f96a890..ed52e68 100644
--- a/os/various/devices_lib/lsm303dlhc.h
+++ b/os/various/devices_lib/lsm303dlhc.h
@@ -37,7 +37,6 @@
#ifndef _LSM303DLHC_H_
#define _LSM303DLHC_H_
-#if (ACCEL_USE_LSM303DLHC) || (COMP_USE_LSM303DLHC) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
@@ -350,10 +349,6 @@ extern "C" {
#ifdef __cplusplus
}
#endif
-#endif /* (ACCEL_USE_LSM303DLHC) || (COMP_USE_LSM303DLHC) */
#endif /* _LSM303DLHC_H_ */
/** @} */
-/*
- * TODO PLAY--> add spi support, and Multiple reg read.
- */