From 8b32af98adc0f61cbc2ab715a628b84236eb009c Mon Sep 17 00:00:00 2001 From: Rocco Marco Date: Mon, 13 Apr 2015 21:24:47 +0200 Subject: Lib are now totally independent from PLAY --- os/various/devices_lib/lsm303dlhc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/various/devices_lib/lsm303dlhc.c') diff --git a/os/various/devices_lib/lsm303dlhc.c b/os/various/devices_lib/lsm303dlhc.c index 59faa16..070c49c 100644 --- a/os/various/devices_lib/lsm303dlhc.c +++ b/os/various/devices_lib/lsm303dlhc.c @@ -37,11 +37,8 @@ #include "ch.h" #include "hal.h" -#include "play.h" #include "lsm303dlhc.h" -#if (ACCEL_USE_LSM303DLHC) || (COMP_USE_LSM303DLHC) || defined(__DOXYGEN__) - /*===========================================================================*/ /* Driver local definitions. */ /*===========================================================================*/ @@ -205,5 +202,4 @@ void lsm303dlhcWriteRegister(I2CDriver *i2cp,uint8_t sad, uint8_t sub, } } } -#endif /* (ACCEL_USE_LSM303DLHC) || (COMP_USE_LSM303DLHC) */ /** @} */ -- cgit v1.2.3