From a2c37177e8d1639c620750ce263f15a370bf961c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 31 May 2012 21:53:35 +0000 Subject: fixed lib for chips without bootloader function... (more workaround than fix) git-svn-id: https://svn.spreadspace.org/avr/trunk@54 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- lib/util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.c') diff --git a/lib/util.c b/lib/util.c index d927f8e..984d5c9 100644 --- a/lib/util.c +++ b/lib/util.c @@ -47,6 +47,8 @@ void cpu_init(void) #define BOOTLOADER_VEC 0x1FC00 #elif defined(__BOARD_hhd70dongle__) #define BOOTLOADER_VEC 0x3800 +#else + #define BOOTLOADER_VEC 0x0000 #endif typedef void (*f_ptr_type)(void); -- cgit v1.2.3