diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-28 03:58:51 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-28 04:02:11 +0100 |
commit | 608f796648e8de74f9aac3e60db3f7d87e69e9f4 (patch) | |
tree | 2966b76b8d12e23f99c8fbd13aeccbb4d4ef8ce8 /config | |
parent | 18d53779c4fef3efca606aead2da3af40ec76332 (diff) |
Work on the MPU port. The exception VTOR redirection doesn't work as expected.
Diffstat (limited to 'config')
-rw-r--r-- | config/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.mk b/config/target.mk index 7ba3d0a..2b3a3a2 100644 --- a/config/target.mk +++ b/config/target.mk @@ -1,5 +1,5 @@ export BOARD = mbed -export USE_MPU = false +export USE_MPU = true ifeq ($(BOARD),mbed) |