aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-29 05:57:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-29 05:57:29 +0000
commitc6a7a028bd1f6a41195ed95e3c6b4291105ef448 (patch)
treeefbd7420de34d73a174bcf80340b28bbafabdbfd /LUFA/CodeTemplates
parent75da0d187741fa272a19073da26e94aa7c3c5263 (diff)
downloadlufa-c6a7a028bd1f6a41195ed95e3c6b4291105ef448.tar.gz
lufa-c6a7a028bd1f6a41195ed95e3c6b4291105ef448.tar.bz2
lufa-c6a7a028bd1f6a41195ed95e3c6b4291105ef448.zip
Merge over core library changes from the MultiArchDemos branch.
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/makefile_template.uc32
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/CodeTemplates/makefile_template.uc3 b/LUFA/CodeTemplates/makefile_template.uc3
index e29e3a438..2077ca187 100644
--- a/LUFA/CodeTemplates/makefile_template.uc3
+++ b/LUFA/CodeTemplates/makefile_template.uc3
@@ -68,7 +68,7 @@ BOARD = ### INSERT NAME OF BOARD HERE, OR NONE IF NO BOARD DRIVERS USED ###
F_CPU = ### INSERT PRESCALED SYSTEM CLOCK SPEED HERE, IN HZ ###
-# Input clock frequency.
+# USB controller master clock frequency.
# This will define a symbol, F_USB, in all source code files equal to the
# input clock frequency (before any prescaling is performed) in Hz. This value may
# differ from F_CPU, as the USB clock is often sourced from the same oscillator as