diff options
Diffstat (limited to 'os/various/devices_lib/lsm303dlhc.h')
-rw-r--r-- | os/various/devices_lib/lsm303dlhc.h | 5 |
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. - */ |