aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-21 10:44:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-21 10:44:00 +0000
commit24f730fce3f2022762011d795c3feada5ef874b3 (patch)
treec0c302fb886e78d5e0f46cf3e8380d506603c22b /Bootloaders/TeensyHID
parentd4952265a6de30e2cc205cb5b65c8b43ab483fb5 (diff)
downloadlufa-24f730fce3f2022762011d795c3feada5ef874b3.tar.gz
lufa-24f730fce3f2022762011d795c3feada5ef874b3.tar.bz2
lufa-24f730fce3f2022762011d795c3feada5ef874b3.zip
Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
Diffstat (limited to 'Bootloaders/TeensyHID')
-rw-r--r--Bootloaders/TeensyHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile
index e728c491f..8de8f8f47 100644
--- a/Bootloaders/TeensyHID/makefile
+++ b/Bootloaders/TeensyHID/makefile
@@ -80,7 +80,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 = 8000000
+F_CPU = 16000000
# Input clock frequency.