From 1de02c1f15ca1c04aae0bde818b01ea40cf32120 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 24 Sep 2010 15:01:21 +0900 Subject: add jump_bootloader. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7473d3c31..c9c668d41 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,8 @@ SRC = $(TARGET).c \ usb_device.c \ usb_keyboard.c \ usb_debug.c \ - print.c + print.c \ + jump_bootloader.c # MCU name, you MUST set this to match the board you are using -- cgit v1.2.3