add jump_bootloader.

This commit is contained in:
tmk 2010-09-24 15:01:21 +09:00
commit 1de02c1f15
5 changed files with 63 additions and 3 deletions

View file

@ -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