blob: a5f916a28757428241e4967bea4e02438d91044d (
plain)
1
2
3
4
5
6
|
# List of all the LIS3MDL device files.
LIS3MDLSRC := $(CHIBIOS)/os/ex/ST/lis3mdl.c
# Required include directories
LIS3MDLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
|