diff options
Diffstat (limited to 'os/ex/ST/lsm303dlhc.mk')
-rw-r--r-- | os/ex/ST/lsm303dlhc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lsm303dlhc.mk b/os/ex/ST/lsm303dlhc.mk index 5201414ca..82f898281 100644 --- a/os/ex/ST/lsm303dlhc.mk +++ b/os/ex/ST/lsm303dlhc.mk @@ -4,7 +4,7 @@ LSM303DLHCSRC := $(CHIBIOS)/os/ex/ST/lsm303dlhc.c # Required include directories
LSM303DLHCINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
-
+
# Shared variables
ALLCSRC += $(LSM303DLHCSRC)
ALLINC += $(LSM303DLHCINC)
\ No newline at end of file |