diff options
author | roccomarco <roccomarco@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-03-14 19:30:08 +0000 |
---|---|---|
committer | roccomarco <roccomarco@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-03-14 19:30:08 +0000 |
commit | 6198d6d9657a050f7393af68cb7059a7462f5ef2 (patch) | |
tree | 2faebb7d394925138a67c3b790ef2abc80f4bb0a /testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile | |
parent | b88dd92734686f6427514a215d545ab4725ca07b (diff) | |
download | ChibiOS-6198d6d9657a050f7393af68cb7059a7462f5ef2.tar.gz ChibiOS-6198d6d9657a050f7393af68cb7059a7462f5ef2.tar.bz2 ChibiOS-6198d6d9657a050f7393af68cb7059a7462f5ef2.zip |
Completed LSM303AGR driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11755 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile b/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile index 9b3e220a4..c9697e206 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile @@ -193,7 +193,8 @@ CPPWARN = -Wall -Wextra -Wundef # List all user C define here, like -D_DEBUG=1
UDEFS = -DCHPRINTF_USE_FLOAT=1 \
- -DLSM303AGR_USE_ADVANCED=0 -DLSM303AGR_SHARED_I2C=0
+ -DLSM303AGR_ACC_USE_ADVANCED=0 -DLSM303AGR_COMP_USE_ADVANCED=0 \
+ -DLSM303AGR_SHARED_I2C=0
# Define ASM defines here
UADEFS =
|