diff options
author | Christian Pointner <equinox@mur.at> | 2014-07-30 21:51:30 +0200 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-07-30 21:51:30 +0200 |
commit | 28ec8571ea48e4a46f443621f93712e12a2a9f3c (patch) | |
tree | ec28cff842147fd646364f171e0dc6034cf9e20d /software/mpu/Makefile | |
parent | updated avr utils (diff) |
upgraded to ChibiOS 2.6.5
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r-- | software/mpu/Makefile | 2 |
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 |