aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-28 23:18:59 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-28 23:18:59 +0000
commitcae987f6b386b63dc0563190fa0e0466b9f47016 (patch)
treee262e4d30929859829501204b94a1503ced4871d /testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile
parent3369e1e04c7cb451e6c206ed6b8ab1abda649c24 (diff)
downloadChibiOS-cae987f6b386b63dc0563190fa0e0466b9f47016.tar.gz
ChibiOS-cae987f6b386b63dc0563190fa0e0466b9f47016.tar.bz2
ChibiOS-cae987f6b386b63dc0563190fa0e0466b9f47016.zip
Improved L3GD20 driver and related demo: improved sensitivity and bias handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9819 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile b/testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile
index db92c1e2c..655a35ddb 100644
--- a/testhal/STM32/STM32F4xx/SPI-L3GD20/Makefile
+++ b/testhal/STM32/STM32F4xx/SPI-L3GD20/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 \
- -DL3GD20_USE_ADVANCED=0
+ -DL3GD20_USE_ADVANCED=0 -DL3GD20_SHARED_SPI=0
# Define ASM defines here
UADEFS =