diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 11:37:35 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 11:37:35 +0000 |
commit | ac11288113912b073c5248dfe72506a972169874 (patch) | |
tree | 3430bd04a81f771b46237b0ded906d5b2b4e5b8b /testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile | |
parent | a3728946f8a57b3f4bbc1642d082866517f8038b (diff) | |
download | ChibiOS-ac11288113912b073c5248dfe72506a972169874.tar.gz ChibiOS-ac11288113912b073c5248dfe72506a972169874.tar.bz2 ChibiOS-ac11288113912b073c5248dfe72506a972169874.zip |
Updated LIS302DL and LIS3DSH demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9824 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile b/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile index 13a8fe6f5..6a70d7b0e 100644 --- a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile +++ b/testhal/STM32/STM32F4xx/SPI-LIS302DL/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 \
- -DLIS302DL_USE_ADVANCED=0
+ -DLIS302DL_USE_ADVANCED=0 -DLIS302DL_SHARED_SPI=0
# Define ASM defines here
UADEFS =
|