diff options
author | Christian Pointner <equinox@mur.at> | 2014-11-09 04:25:30 +0100 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-11-09 04:25:30 +0100 |
commit | 136a7b3a1556051446262fc78e177df2f0c6e8bb (patch) | |
tree | af96c23356d8db6a55b770c722459987a7c29c38 /software/mpu/Makefile | |
parent | upgraded to ChibiOS 2.6.5 (diff) |
upgraded to ChibiOS 2.6.6
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 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 |