aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-23 10:39:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-23 10:39:10 +0000
commita6e85d6ed80720e15477433f4abf0ca5f54422ba (patch)
treec401685216fda9ddda1525e37cd374da3655b24e /Bootloaders
parent5dbfdaa17dc4cb35783ec121453c7dfaca9874f3 (diff)
downloadlufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.tar.gz
lufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.tar.bz2
lufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.zip
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
Diffstat (limited to 'Bootloaders')
-rw-r--r--Bootloaders/TeensyHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile
index 404f6f9b3..2417250fb 100644
--- a/Bootloaders/TeensyHID/makefile
+++ b/Bootloaders/TeensyHID/makefile
@@ -54,7 +54,7 @@ MCU = at90usb162
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
-BOARD = USBKEY
+BOARD =
# Processor frequency.