Skip to content
Snippets Groups Projects
Commit 24f730fc authored by Dean Camera's avatar Dean Camera
Browse files

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

parent d4952265
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ BOARD = ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment