summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-11-09 12:09:13 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-11-09 12:09:13 +0000
commit247e7bb739f7a2b91fbf050e895282e3d464cdeb (patch)
tree6586cd188ef0335189a86416f50e9a6be629327b
parenta9b7a71ae4ed3a7f74615c39975e3742113bd99c (diff)
Fix typos in makefile templates.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1970 d5102386-fcda-11dd-9fdb-3debd5008f28
-rw-r--r--LUFA/CodeTemplates/makefile_template.avr82
-rw-r--r--LUFA/CodeTemplates/makefile_template.uc32
-rw-r--r--LUFA/CodeTemplates/makefile_template.xmega2
3 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/CodeTemplates/makefile_template.avr8 b/LUFA/CodeTemplates/makefile_template.avr8
index e946baea..7fd19390 100644
--- a/LUFA/CodeTemplates/makefile_template.avr8
+++ b/LUFA/CodeTemplates/makefile_template.avr8
@@ -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
diff --git a/LUFA/CodeTemplates/makefile_template.uc3 b/LUFA/CodeTemplates/makefile_template.uc3
index 37069690..647a956c 100644
--- a/LUFA/CodeTemplates/makefile_template.uc3
+++ b/LUFA/CodeTemplates/makefile_template.uc3
@@ -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
diff --git a/LUFA/CodeTemplates/makefile_template.xmega b/LUFA/CodeTemplates/makefile_template.xmega
index 9243f04d..3c09effc 100644
--- a/LUFA/CodeTemplates/makefile_template.xmega
+++ b/LUFA/CodeTemplates/makefile_template.xmega
@@ -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