summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-07-30 21:51:30 +0200
committerChristian Pointner <equinox@mur.at>2014-07-30 21:51:30 +0200
commit28ec8571ea48e4a46f443621f93712e12a2a9f3c (patch)
treeec28cff842147fd646364f171e0dc6034cf9e20d /software
parentupdated avr utils (diff)
upgraded to ChibiOS 2.6.5
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 18d2058..3cddb37 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.4
+CHIBIOS = ../../contrib/ChibiOS_2.6.5
include board.mk
include $(CHIBIOS)/os/hal/platforms/$(STM_TYPE)/platform.mk
include $(CHIBIOS)/os/hal/hal.mk