From e65575d4a5f03a90adfa9850cb71a5d0448098cd Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 22 Sep 2011 16:56:36 +0900 Subject: Refactored bootloader jumping. Added USBaspLoader support. --- pjrc/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjrc/main.c') diff --git a/pjrc/main.c b/pjrc/main.c index f84925d7f..15f14920b 100644 --- a/pjrc/main.c +++ b/pjrc/main.c @@ -31,7 +31,7 @@ #include "print.h" #include "debug.h" #include "util.h" -#include "jump_bootloader.h" +#include "bootloader.h" #ifdef PS2_MOUSE_ENABLE # include "ps2_mouse.h" #endif @@ -86,7 +86,7 @@ int main(void) if (matrix_key_count() >= 4) { print("jump to bootloader...\n"); _delay_ms(1000); - jump_bootloader(); // not return + bootloader_jump(); // not return } -- cgit v1.2.3