From: Dean Camera Date: Wed, 9 Nov 2011 12:09:13 +0000 (+0000) Subject: Fix typos in makefile templates. X-Git-Tag: LUFA-120219~38 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/2b54cd984dbd9a56ae79f3f9733f088edcc12150 Fix typos in makefile templates. --- diff --git a/LUFA/CodeTemplates/makefile_template.avr8 b/LUFA/CodeTemplates/makefile_template.avr8 index e946baea8..7fd19390b 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 370696901..647a956c8 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 9243f04db..3c09effca 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