diff options
Diffstat (limited to 'os/various/devices_lib/lsm6ds0.h')
-rw-r--r-- | os/various/devices_lib/lsm6ds0.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/various/devices_lib/lsm6ds0.h b/os/various/devices_lib/lsm6ds0.h index 9f27e1b..3631493 100644 --- a/os/various/devices_lib/lsm6ds0.h +++ b/os/various/devices_lib/lsm6ds0.h @@ -1,6 +1,6 @@ /* - Pretty LAYer for ChibiOS/RT - Copyright (C) 2014 Rocco Marco Guglielmi - + Pretty LAYer for ChibiOS/RT - Copyright (C) 2015 Rocco Marco Guglielmi + This file is part of PLAY for ChibiOS/RT. PLAY is free software; you can redistribute it and/or modify @@ -22,6 +22,8 @@ friendship. Note that some or every piece of this file could be part of the ChibiOS project that is intellectual property of Giovanni Di Sirio. Please refer to ChibiOS/RT license before use this file. + + For suggestion or Bug report - roccomarco.guglielmi@playembedded.org */ /** @@ -34,7 +36,6 @@ #ifndef _LSM6DS0_H_ #define _LSM6DS0_H_ -#if (ACCEL_USE_LSM6DS0) || (GYRO_USE_LSM6DS0) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ @@ -479,7 +480,6 @@ extern "C" { } #endif -#endif /* (ACCEL_USE_LSM6DS0) || (GYRO_USE_LSM6DS0) */ #endif /* _LSM6DS0_H_ */ /** @} */ |