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.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/various/devices_lib/l3gd20.h') diff --git a/os/various/devices_lib/l3gd20.h b/os/various/devices_lib/l3gd20.h index f36fee1..ff67b21 100644 --- a/os/various/devices_lib/l3gd20.h +++ b/os/various/devices_lib/l3gd20.h @@ -36,7 +36,6 @@ #ifndef _L3GD20_H_ #define _L3GD20_H_ -#if (GYRO_USE_L3GD20) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ @@ -240,11 +239,7 @@ extern "C" { } #endif -#endif /* GYRO_USE_L3GD20 */ #endif /* _L3GD20_H_ */ /** @} */ -/* - * TODO PLAY--> add i2c support, and Multiple reg read. - */ -- cgit v1.2.3