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
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment