Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.

pull/1469/head
Dean Camera 15 years ago
parent d4952265a6
commit 24f730fce3

@ -80,7 +80,7 @@ BOARD =
# does not *change* the processor frequency - it should merely be updated to # 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 # reflect the processor speed set externally so that the code can use accurate
# software delays. # software delays.
F_CPU = 8000000 F_CPU = 16000000
# Input clock frequency. # Input clock frequency.

Loading…
Cancel
Save