From b1eb97df6169e083d044acb32c0a3762d56b14fa Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 27 Sep 2016 21:54:54 +0000 Subject: Improved HTS221 driver and related demo: added multiple register read/write. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9812 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/I2C-HTS221/Makefile | 2 +- .../debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F4xx') diff --git a/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile b/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile index 414eb680a..7beed88eb 100644 --- a/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile +++ b/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile @@ -201,7 +201,7 @@ CPPWARN = -Wall -Wextra -Wundef # List all user C define here, like -D_DEBUG=1 UDEFS = -DCHPRINTF_USE_FLOAT=1 -DSHELL_CMD_TEST_ENABLED=0 \ - -DHTS221_USE_ADVANCED=0 + -DHTS221_USE_ADVANCED=0 -DLPS25H_SHARED_I2C=0 # Define ASM defines here UADEFS = diff --git a/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch index e1ea50989..83de3fdfd 100644 --- a/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + -- cgit v1.2.3