# 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
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
CPPDEFS += $(LUFA_OPTS)\r
\r
\r
+# Debugging level.\r
+DEBUG = 3\r
+\r
\r
#---------------- Compiler Options C ----------------\r
# -g*: generate debugging information\r