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/l3gd20.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/various/devices_lib/l3gd20.c') diff --git a/os/various/devices_lib/l3gd20.c b/os/various/devices_lib/l3gd20.c index 13238e5..1cc52c9 100644 --- a/os/various/devices_lib/l3gd20.c +++ b/os/various/devices_lib/l3gd20.c @@ -37,10 +37,8 @@ #include "ch.h" #include "hal.h" -#include "play.h" #include "l3gd20.h" -#if (GYRO_USE_L3GD20) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver local definitions. */ /*===========================================================================*/ @@ -122,7 +120,4 @@ void l3gd20WriteRegister(SPIDriver *spip, uint8_t reg, uint8_t value) { spiUnselect(spip); } } - -#endif /* (GYRO_USE_L3GD20) */ - /** @} */ -- cgit v1.2.3