aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
commit4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc (patch)
tree22b46d9c6bb3a662e17476c2407ebf95c8ea4ba9 /Projects/AVRISP/makefile
parent2f6c096050ee0057ccbff0ee87d58f72fae75748 (diff)
downloadlufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.gz
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.bz2
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.zip
Speed up bit-banged USART code in the AVRISP project.
Fix project text files to refer to "project" instead of "demo".
Diffstat (limited to 'Projects/AVRISP/makefile')
-rw-r--r--Projects/AVRISP/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile
index 23e27c52d..2b6a1e858 100644
--- a/Projects/AVRISP/makefile
+++ b/Projects/AVRISP/makefile
@@ -66,7 +66,7 @@ MCU = at90usb1287
# 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 = XPLAIN
+BOARD = USBKEY
# Processor frequency.