blob: eb547a739fd66df861070b1334e4fe9b45a94b95 (
plain)
1
2
3
4
5
6
|
# List of all the L3GD20 device files.
L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
# Required include directories
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
|