Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks (thanks...
[pub/lufa.git] / LUFA / CodeTemplates / makefile_template.uc3
index 6ac2e8b..843d775 100644 (file)
@@ -76,7 +76,7 @@ F_CPU = ### INSERT PRESCALED SYSTEM CLOCK SPEED HERE, IN HZ ###
 #     clock rate.\r
 #\r
 #     For the UC3 chips, this should be equal to 48MHz or 96MHz.\r
-F_USB = 48000000\r
+F_USB = ### INSERT CLOCK TO USB MODULE HERE, IN HZ ###\r
 \r
 \r
 # Output format. (can be srec, ihex, binary)\r
@@ -132,10 +132,6 @@ ASRC =
 OPT = s\r
 \r
 \r
-# Debugging level.\r
-DEBUG = 3\r
-\r
-\r
 # List any extra directories to look for include files here.\r
 #     Each directory must be seperated by a space.\r
 #     Use forward slashes for directory separators.\r
@@ -174,6 +170,9 @@ CPPDEFS += -DARCH=ARCH_$(ARCH)
 CPPDEFS += $(LUFA_OPTS)\r
 \r
 \r
+# Debugging level.\r
+DEBUG = 3\r
+\r
 \r
 #---------------- Compiler Options C ----------------\r
 #  -g*:          generate debugging information\r