projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.
[pub/USBasp.git]
/
LUFA
/
CodeTemplates
/
makefile_template.xmega
diff --git
a/LUFA/CodeTemplates/makefile_template.xmega
b/LUFA/CodeTemplates/makefile_template.xmega
index
77c99d3
..
9243f04
100644
(file)
--- a/
LUFA/CodeTemplates/makefile_template.xmega
+++ b/
LUFA/CodeTemplates/makefile_template.xmega
@@
-674,7
+674,7
@@
clean_list :
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
+ @echo Generating Project Documentation
\($(TARGET)\)
...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.