aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-08-31 18:17:58 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-08-31 18:17:58 +0000
commit9e1cb54809cc61857be7af6243f1841a03832111 (patch)
treef7a7b2d9ee8b8ecab5cda9f37eaf262c2e541dd3 /testhal
parent16eb9bd9a6895dc9b5b812f46e9477039c018ec1 (diff)
downloadChibiOS-9e1cb54809cc61857be7af6243f1841a03832111.tar.gz
ChibiOS-9e1cb54809cc61857be7af6243f1841a03832111.tar.bz2
ChibiOS-9e1cb54809cc61857be7af6243f1841a03832111.zip
Fixed typo in STM32F4xx-I2C-LIS3MDL makefile
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9756 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile b/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile
index 664c9a60e..266c918db 100644
--- a/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile
+++ b/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/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 \
- -DLSM303GLHC_ACC_USE_ADVANCED=0 -DLSM303GLHC_COMP_USE_ADVANCED=0
+ -DLSM303DLHC_ACC_USE_ADVANCED=0 -DLSM303DLHC_COMP_USE_ADVANCED=0
# Define ASM defines here
UADEFS =