Adjustments to LSM6DSL Driver (Still incomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11736 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
78f48448e5
commit
99e37a0531
File diff suppressed because it is too large
Load Diff
|
@ -1,10 +1,10 @@
|
||||||
# List of all the LSM6DS0 device files.
|
# List of all the LSM6DSL device files.
|
||||||
LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
|
LSM6DSLSRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
|
LSM6DSLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
|
||||||
$(CHIBIOS)/os/ex/ST
|
$(CHIBIOS)/os/ex/ST
|
||||||
|
|
||||||
# Shared variables
|
# Shared variables
|
||||||
ALLCSRC += $(LSM6DS0SRC)
|
ALLCSRC += $(LSM6DSLSRC)
|
||||||
ALLINC += $(LSM6DS0INC)
|
ALLINC += $(LSM6DSLINC)
|
Loading…
Reference in New Issue