Add option to the USB XMEGAs to set the USB bus interrupt priority level.
[pub/lufa.git] / LUFA / CodeTemplates / makefile_template.uc3
index e29e3a4..645f6c2 100644 (file)
@@ -68,12 +68,9 @@ BOARD = ### INSERT NAME OF BOARD HERE, OR NONE IF NO BOARD DRIVERS USED ###
 F_CPU = ### INSERT PRESCALED SYSTEM CLOCK SPEED HERE, IN HZ ###\r
 \r
 \r
-# Input clock frequency.\r
+# USB controller master clock frequency.\r
 #     This will define a symbol, F_USB, in all source code files equal to the\r
-#     input clock frequency (before any prescaling is performed) in Hz. This value may\r
-#     differ from F_CPU, as the USB clock is often sourced from the same oscillator as\r
-#     the CPU clock, but run through multipliers and dividers to achieve the desired\r
-#     clock rate.\r
+#     input clock frequency of the USB controller's clock generator in Hz.\r
 #\r
 #     For the UC3 chips, this should be equal to 48MHz or 96MHz.\r
 F_USB = ### INSERT CLOCK TO USB MODULE HERE, IN HZ ###\r