From 8bca4698e14a7a939ec27aba5cf56e890a64e299 Mon Sep 17 00:00:00 2001 From: Ricklon Date: Tue, 2 Jul 2013 17:34:42 -0400 Subject: [PATCH] Updated mpide version because of interrupt vector core improvements. Former-commit-id: 4af77b886e5d70a2233d1488811e33e507c19c6a --- hardware/pic32/platforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/pic32/platforms.txt b/hardware/pic32/platforms.txt index ee3897d8d..f631d679a 100644 --- a/hardware/pic32/platforms.txt +++ b/hardware/pic32/platforms.txt @@ -41,6 +41,6 @@ pic32.library.core.path=./hardware/pic32/cores/pic32 pic32.library.path=./hardware/pic32/libraries pic32.ldscript=chipKIT-BL-mega.ld pic32.ldcommon=chipKIT-application-COMMON.ld -pic32.compiler.define=::-DMPIDEVER=0x01000307::-DMPIDE=23:: +pic32.compiler.define=::-DMPIDEVER=0x01000308::-DMPIDE=23:: pic32.build.variant=Default_100 pic32.core.header=WProgram.h