summaryrefslogtreecommitdiff
path: root/lib/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.c')
-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