diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-26 02:13:26 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-26 02:13:26 +0000 |
commit | 1b4afa1d9599d566765c4d0c3e6d1da65991eb67 (patch) | |
tree | a2cfbebb7177509b41ba56d2f9727286c68bc4fc /software/mpu/Makefile | |
parent | added support for STM32F405 (diff) |
updated to chibios 2.6.1
git-svn-id: https://svn.spreadspace.org/mur.sat@842 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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 3b242b5..a690ead 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -83,7 +83,7 @@ endif PROJECT = mpu # Imported source files and paths -CHIBIOS = ../../contrib/ChibiOS_2.6.0 +CHIBIOS = ../../contrib/ChibiOS_2.6.1 include board.mk include $(CHIBIOS)/os/hal/platforms/$(STM_TYPE)/platform.mk include $(CHIBIOS)/os/hal/hal.mk |