diff options
author | tmk <nobody@nowhere> | 2010-09-24 15:01:21 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-09-24 15:16:23 +0900 |
commit | 1de02c1f15ca1c04aae0bde818b01ea40cf32120 (patch) | |
tree | aa5dc098022e9d45b26a23921b5b9ad6ebc9b2cb /Makefile | |
parent | 7fd9003f59ad6a1de8d8b70fae74ba16df666c09 (diff) |
add jump_bootloader.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |