Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.
[pub/USBasp.git] / LUFA / CodeTemplates / makefile_template.xmega
index 77c99d3..9243f04 100644 (file)
@@ -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.