aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-06 07:27:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-06 07:27:13 +0000
commitc3db72afdc9928afbf2a8986f6970aa85dd9902a (patch)
treecd69c9f45e00bd2788f6bfbffc2aa05878d69519 /Bootloaders/TeensyHID/makefile
parentadd51923661b5df5985bcd76e33f89835a9ead55 (diff)
downloadlufa-c3db72afdc9928afbf2a8986f6970aa85dd9902a.tar.gz
lufa-c3db72afdc9928afbf2a8986f6970aa85dd9902a.tar.bz2
lufa-c3db72afdc9928afbf2a8986f6970aa85dd9902a.zip
Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset. Reduce size of the TeensyHID bootloader slightly.
Fix the TeensyHID bootloader for the larger USB AVR devices, since Paul uses a different (undocumented) addressing scheme on these devices.
Diffstat (limited to 'Bootloaders/TeensyHID/makefile')
-rw-r--r--Bootloaders/TeensyHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile
index 404b55f9c..9a9f5ff0d 100644
--- a/Bootloaders/TeensyHID/makefile
+++ b/Bootloaders/TeensyHID/makefile
@@ -68,7 +68,7 @@ BOARD =
# does not *change* the processor frequency - it should merely be updated to
# reflect the processor speed set externally so that the code can use accurate
# software delays.
-F_CPU = 16000000
+F_CPU = 8000000
# Input clock frequency.