aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-17 05:27:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-17 05:27:51 +0000
commita94b1911645b1f14f80eb0f1612d33f83866d4a3 (patch)
treea7f1dc78aa5207db541e80b8a309120385eb17d8 /Projects/Magstripe/makefile
parentd770d98bca4af54b10316d03979bfcdb71ce623d (diff)
downloadlufa-a94b1911645b1f14f80eb0f1612d33f83866d4a3.tar.gz
lufa-a94b1911645b1f14f80eb0f1612d33f83866d4a3.tar.bz2
lufa-a94b1911645b1f14f80eb0f1612d33f83866d4a3.zip
Fixed broken Magstripe project and TeensyHID bootloader.
Diffstat (limited to 'Projects/Magstripe/makefile')
-rw-r--r--Projects/Magstripe/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile
index 98cf23de0..25f3fa429 100644
--- a/Projects/Magstripe/makefile
+++ b/Projects/Magstripe/makefile
@@ -66,7 +66,7 @@ MCU = at90usb1287
# Target board (see library BoardTypes.h 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 = USER
# Processor frequency.
@@ -101,7 +101,7 @@ F_CPU = 16000000
#
# If no clock division is performed on the input clock inside the AVR (via the
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
-F_CLOCK = 8000000
+F_CLOCK = 16000000
# Output format. (can be srec, ihex, binary)