From b28c62685d857b55dd8bc7e759a9f93ab0a51632 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 14 Jan 2018 11:19:39 +0000 Subject: Updated EX demos to be compliant with latest ChibiOS/HAL edit git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11273 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testex/STM32/STM32F4xx/I2C-LPS25H/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testex/STM32/STM32F4xx/I2C-LPS25H/main.c') diff --git a/testex/STM32/STM32F4xx/I2C-LPS25H/main.c b/testex/STM32/STM32F4xx/I2C-LPS25H/main.c index 4960708d2..36440e3ac 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS25H/main.c +++ b/testex/STM32/STM32F4xx/I2C-LPS25H/main.c @@ -42,11 +42,11 @@ static const I2CConfig i2ccfg = { static const LPS25HConfig lps25hcfg = { &I2CD1, &i2ccfg, - NULL, /* Use default sensitivity.*/ - NULL, /* Use default bias.*/ - LPS25H_SAD_VCC, /* SA0 connected to VCC */ - LPS25H_ODR_7HZ, /* Output data rate 7 Hz.*/ -#if LPS25H_USE_ADVANCED || defined(__DOXYGEN__) + NULL, + NULL, + LPS25H_SAD_VCC, + LPS25H_ODR_7HZ, +#if LPS25H_USE_ADVANCED LPS25H_BDU_CONTINUOUS, LPS25H_AVGP_512, LPS25H_AVGT_512 -- cgit v1.2.3