Fix typos in makefile templates.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:09:13 +0000 (12:09 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:09:13 +0000 (12:09 +0000)
LUFA/CodeTemplates/makefile_template.avr8
LUFA/CodeTemplates/makefile_template.uc3
LUFA/CodeTemplates/makefile_template.xmega

index e946bae..7fd1939 100644 (file)
@@ -120,7 +120,7 @@ LUFA_PATH = ### INSERT PATH TO LUFA LIBRARY RELATIVE TO PROJECT DIRECTORY HERE #
 
 
 # LUFA library compile-time options and predefined tokens (add '-D' before each token)
-LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKES HERE ###
+LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKENS HERE ###
 
 
 # Create the LUFA source path variables by including the LUFA root makefile
index 3706969..647a956 100644 (file)
@@ -95,7 +95,7 @@ LUFA_PATH = ### INSERT PATH TO LUFA LIBRARY RELATIVE TO PROJECT DIRECTORY HERE #
 
 
 # LUFA library compile-time options and predefined tokens (add '-D' before each token)
-LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKES HERE ###
+LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKENS HERE ###
 
 
 # Create the LUFA source path variables by including the LUFA root makefile
index 9243f04..3c09eff 100644 (file)
@@ -112,7 +112,7 @@ LUFA_PATH = ### INSERT PATH TO LUFA LIBRARY RELATIVE TO PROJECT DIRECTORY HERE #
 
 
 # LUFA library compile-time options and predefined tokens (add '-D' before each token)
-LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKES HERE ###
+LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKENS HERE ###
 
 
 # Create the LUFA source path variables by including the LUFA root makefile