Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
24f730fc
Commit
24f730fc
authored
Dec 21, 2009
by
Dean Camera
Browse files
Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
parent
d4952265
Changes
1
Show whitespace changes
Inline
Side-by-side
Bootloaders/TeensyHID/makefile
View file @
24f730fc
...
...
@@ -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
=
8
000000
F_CPU
=
16
000000
# Input clock frequency.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment