diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-09 12:09:13 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-09 12:09:13 +0000 |
| commit | 247e7bb739f7a2b91fbf050e895282e3d464cdeb (patch) | |
| tree | 6586cd188ef0335189a86416f50e9a6be629327b /LUFA/CodeTemplates/makefile_template.xmega | |
| parent | a9b7a71ae4ed3a7f74615c39975e3742113bd99c (diff) | |
Fix typos in makefile templates.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1970 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/CodeTemplates/makefile_template.xmega')
| -rw-r--r-- | LUFA/CodeTemplates/makefile_template.xmega | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
