X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ca9f89ce821db58532f1782da2b3d22e3ac961f3..6c4f73679382693d4f2b2906d015b46565912e65:/LUFA/CodeTemplates/makefile_template.uc3 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