blob: 76448d3973fefd48cc498825aa17a192db417ead (
plain)
1
2
3
4
5
6
|
# List of all the LIS3DSH device files.
LIS3DSHSRC := $(CHIBIOS)/os/ex/ST/lis3dsh.c
# Required include directories
LIS3DSHINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
|