aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-02 06:02:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-02 06:02:54 +0000
commita5e79333e5769f92558bf20458c165e2582a0cb6 (patch)
treea5e638447ec31ffd110079c19880def97d3255b3 /Projects/AVRISP-MKII/makefile
parent3d28d53c3e2ae529933283e63a8b05f2ab1ce2be (diff)
downloadlufa-a5e79333e5769f92558bf20458c165e2582a0cb6.tar.gz
lufa-a5e79333e5769f92558bf20458c165e2582a0cb6.tar.bz2
lufa-a5e79333e5769f92558bf20458c165e2582a0cb6.zip
Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code.
Diffstat (limited to 'Projects/AVRISP-MKII/makefile')
-rw-r--r--Projects/AVRISP-MKII/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile
index cbc46ce50..44ca465de 100644
--- a/Projects/AVRISP-MKII/makefile
+++ b/Projects/AVRISP-MKII/makefile
@@ -66,7 +66,7 @@ MCU = at90usb1287
# Target board (see library "Board Types" documentation, NONE 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 = XPLAIN
# Processor frequency.
@@ -157,7 +157,7 @@ CPPSRC =
# Even though the DOS/Win* filesystem matches both .s and .S the same,
# it will preserve the spelling of the filenames, and gcc itself does
# care about how the name is spelled on its command-line.
-ASRC = Lib/Timeout.S
+ASRC =
# Optimization level, can be [0, 1, 2, 3, s].