From 8c3fc64559b6d0c72a80ee9ced18b307a0820f03 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 27 Jan 2019 14:59:38 +0000 Subject: Updated testes/STM32/STM32F4xx demos for STM32F4 Discovery to be compliant with new project organization/makefile mechanisms Batch review of *_USE_ADVANCED macros git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12618 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lsm303dlhc.h | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'os/ex/ST/lsm303dlhc.h') diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h index 626ea1383..42d9d571c 100644 --- a/os/ex/ST/lsm303dlhc.h +++ b/os/ex/ST/lsm303dlhc.h @@ -43,7 +43,7 @@ /** * @brief LSM303DLHC driver version string. */ -#define EX_LSM303DLHC_VERSION "1.1.1" +#define EX_LSM303DLHC_VERSION "1.1.2" /** * @brief LSM303DLHC driver version major number. @@ -58,7 +58,7 @@ /** * @brief LSM303DLHC driver version patch number. */ -#define EX_LSM303DLHC_PATCH 1 +#define EX_LSM303DLHC_PATCH 2 /** @} */ /** @@ -343,23 +343,12 @@ #endif /** - * @brief LSM303DLHC accelerometer subsystem advanced configurations - * switch. + * @brief LSM303DLHC advanced configurations switch. * @details If set to @p TRUE more configurations are available. * @note The default is @p FALSE. */ -#if !defined(LSM303DLHC_ACC_USE_ADVANCED) || defined(__DOXYGEN__) -#define LSM303DLHC_ACC_USE_ADVANCED FALSE -#endif - -/** - * @brief LSM303DLHC compass subsystem advanced configurations - * switch. - * @details If set to @p TRUE more configurations are available. - * @note The default is @p FALSE. - */ -#if !defined(LSM303DLHC_COMP_USE_ADVANCED) || defined(__DOXYGEN__) -#define LSM303DLHC_COMP_USE_ADVANCED FALSE +#if !defined(LSM303DLHC_USE_ADVANCED) || defined(__DOXYGEN__) +#define LSM303DLHC_USE_ADVANCED FALSE #endif /** @} */ -- cgit v1.2.3