aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 23:29:24 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-27 23:29:24 +0000
commita736f4dd7758d31c56290b0c436fb742e90724c7 (patch)
tree5bc2d0ec6feab9f45183b629e2e47e76415ec9c7 /testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile
parentb1eb97df6169e083d044acb32c0a3762d56b14fa (diff)
downloadChibiOS-a736f4dd7758d31c56290b0c436fb742e90724c7.tar.gz
ChibiOS-a736f4dd7758d31c56290b0c436fb742e90724c7.tar.bz2
ChibiOS-a736f4dd7758d31c56290b0c436fb742e90724c7.zip
Improved LIS3MDL driver and related demo: added multiple register read/write.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9813 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile b/testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile
index 7a8776579..227b708bd 100644
--- a/testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile
+++ b/testhal/STM32/STM32F4xx/I2C-LIS3MLD/Makefile
@@ -201,8 +201,8 @@ CPPWARN = -Wall -Wextra -Wundef
# List all user C define here, like -D_DEBUG=1
UDEFS = -DCHPRINTF_USE_FLOAT=1 -DSHELL_CMD_TEST_ENABLED=0 \
- -DLIS3MDL_USE_ADVANCED=0
-
+ -DLIS3MDL_USE_ADVANCED=0 -DLIS3MDL_SHARED_I2C=0
+
# Define ASM defines here
UADEFS =