diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-23 10:39:10 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-23 10:39:10 +0000 |
| commit | fd2b849d4878bba72ce618db34e7e63c61f36b4d (patch) | |
| tree | c401685216fda9ddda1525e37cd374da3655b24e /Bootloaders | |
| parent | 012be96231aa8e57616aeafa68d40973a805b81c (diff) | |
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@679 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders')
| -rw-r--r-- | Bootloaders/TeensyHID/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 404f6f9b..2417250f 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.
|
