Updated L3GD20 and LSM6DS0 makefiles

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9116 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-03-15 15:52:52 +00:00
parent db27f15531
commit 6ac62ac253
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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