diff options
-rw-r--r-- | os/ex/ST/l3gd20.mk | 2 | ||||
-rw-r--r-- | os/ex/ST/lsm6ds0.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.mk b/os/ex/ST/l3gd20.mk index ee715b9a0..cd2b79684 100644 --- a/os/ex/ST/l3gd20.mk +++ b/os/ex/ST/l3gd20.mk @@ -2,5 +2,5 @@ L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
# Required include directories
-L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
+L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
$(CHIBIOS)/os/ex/ST
\ No newline at end of file diff --git a/os/ex/ST/lsm6ds0.mk b/os/ex/ST/lsm6ds0.mk index 31cb756b2..313301f0f 100644 --- a/os/ex/ST/lsm6ds0.mk +++ b/os/ex/ST/lsm6ds0.mk @@ -2,5 +2,5 @@ LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
# Required include directories
-LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
+LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
$(CHIBIOS)/os/ex/ST
\ No newline at end of file |