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

This commit is contained in:
Dean Camera 2009-12-21 10:44:00 +00:00
parent d4952265a6
commit 24f730fce3
1 changed files with 1 additions and 1 deletions

View File

@ -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.