diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-15 15:52:52 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-15 15:52:52 +0000 |
commit | 6ac62ac253cc557ed866b6e35c2fb7203d1ab960 (patch) | |
tree | 20e91ca193b488d6aa7c49002187f131b967bf0d /os | |
parent | db27f15531cc75d13c04211793ba3c9c91c6aeab (diff) | |
download | ChibiOS-6ac62ac253cc557ed866b6e35c2fb7203d1ab960.tar.gz ChibiOS-6ac62ac253cc557ed866b6e35c2fb7203d1ab960.tar.bz2 ChibiOS-6ac62ac253cc557ed866b6e35c2fb7203d1ab960.zip |
Updated L3GD20 and LSM6DS0 makefiles
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9116 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ex/ST/l3gd20.mk | 2 | ||||
-rw-r--r-- | os/ex/ST/lsm6ds0.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.mk b/os/ex/ST/l3gd20.mk index ee715b9a0..cd2b79684 100644 --- a/os/ex/ST/l3gd20.mk +++ b/os/ex/ST/l3gd20.mk @@ -2,5 +2,5 @@ L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
# Required include directories
-L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
+L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
$(CHIBIOS)/os/ex/ST
\ No newline at end of file diff --git a/os/ex/ST/lsm6ds0.mk b/os/ex/ST/lsm6ds0.mk index 31cb756b2..313301f0f 100644 --- a/os/ex/ST/lsm6ds0.mk +++ b/os/ex/ST/lsm6ds0.mk @@ -2,5 +2,5 @@ LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
# Required include directories
-LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
+LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
$(CHIBIOS)/os/ex/ST
\ No newline at end of file |