forked from mfulz_github/qmk_firmware
Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
This commit is contained in:
parent
d4952265a6
commit
24f730fce3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue