summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/mpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile
index 3cddb37..dc1b478 100644
--- a/software/mpu/Makefile
+++ b/software/mpu/Makefile
@@ -89,7 +89,7 @@ BUILDDIR = build-$(MURSAT_TRGT)
PROJECT = mpu
# Imported source files and paths
-CHIBIOS = ../../contrib/ChibiOS_2.6.5
+CHIBIOS = ../../contrib/ChibiOS_2.6.6
include board.mk
include $(CHIBIOS)/os/hal/platforms/$(STM_TYPE)/platform.mk
include $(CHIBIOS)/os/hal/hal.mk