summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-05-03 15:38:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-05-03 15:38:56 +0200
commitacc937075572625da5593983be5d4567ff6d4892 (patch)
tree7ad05c2db262e57250a59780545f482dcbb69b3a /lib
parentfixed Repo change @ Readme (diff)
moved to at90usb1286 for rhmixxx
Diffstat (limited to 'lib')
-rw-r--r--lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.c b/lib/util.c
index c99c0f7..7442b2c 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -67,7 +67,7 @@ void jtag_disable(void)
#elif defined(__BOARD_slowpandongle1__) || defined(__BOARD_slowpandongle2__) || defined(__BOARD_teenstep__)
#define BOOTLOADER_VEC 0x3800
#elif defined(__BOARD_rhmixxx__)
- #define BOOTLOADER_VEC 0x7800
+ #define BOOTLOADER_VEC 0xF000
#else
#define BOOTLOADER_VEC 0x0000
#endif