mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-02 18:47:17 +00:00
Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user