aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 21:54:20 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 21:54:20 +0000
commit31f02dd767c1a62d7aa87a4ba1238b68addeeb8b (patch)
tree354f1216f866b8b72ed3bd02137795d6acd3acc8
parentc614b182268517ea826629838a4f59a05b8eb6e3 (diff)
downloadChibiOS-31f02dd767c1a62d7aa87a4ba1238b68addeeb8b.tar.gz
ChibiOS-31f02dd767c1a62d7aa87a4ba1238b68addeeb8b.tar.bz2
ChibiOS-31f02dd767c1a62d7aa87a4ba1238b68addeeb8b.zip
Improved LPS25H driver and related demo: added multiple register read/write.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9811 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LPS25H/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LPS25H/Makefile b/testhal/STM32/STM32F4xx/I2C-LPS25H/Makefile
index 6593f01be..3719f5377 100644
--- a/testhal/STM32/STM32F4xx/I2C-LPS25H/Makefile
+++ b/testhal/STM32/STM32F4xx/I2C-LPS25H/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 \
- -DLPS25H_USE_ADVANCED=1 -DLPS25H_SHARED_I2C=1
+ -DLPS25H_USE_ADVANCED=0 -DLPS25H_SHARED_I2C=0
# Define ASM defines here
UADEFS =