diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-04 22:50:10 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-04 22:50:10 +0000 |
commit | 3c5bb6b56ec17f9fcf7453b12107df3d75a29f5d (patch) | |
tree | f8393c9c191115d6ae9bb2cd259b0d6b0f8521d9 /software/mpu/Makefile | |
parent | improved board config for MPU chibios (diff) |
switched to chibios 2.6.0
git-svn-id: https://svn.spreadspace.org/mur.sat@823 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 0118212..57a89b9 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -58,7 +58,7 @@ endif PROJECT = mpu # Imported source files and paths -CHIBIOS = ../../contrib/ChibiOS_2.4.3 +CHIBIOS = ../../contrib/ChibiOS_2.6.0 include board/board.mk include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk include $(CHIBIOS)/os/hal/hal.mk |