aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-03 09:12:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-03 09:12:36 +0000
commit258a6a01777afadbf6913246f12a7106b421b795 (patch)
tree0c10168d0bd5462d4ef595d35f3140e75f62dc60 /Projects/AVRISP/Doxygen.conf
parentbae00a3d42f150482c973a7238f3501ccd026063 (diff)
downloadlufa-258a6a01777afadbf6913246f12a7106b421b795.tar.gz
lufa-258a6a01777afadbf6913246f12a7106b421b795.tar.bz2
lufa-258a6a01777afadbf6913246f12a7106b421b795.zip
Fix the tokens which enable and disable the different programming protocols in the AVRISP project.
Diffstat (limited to 'Projects/AVRISP/Doxygen.conf')
-rw-r--r--Projects/AVRISP/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Doxygen.conf b/Projects/AVRISP/Doxygen.conf
index dcaaecb5e..47d88ed1c 100644
--- a/Projects/AVRISP/Doxygen.conf
+++ b/Projects/AVRISP/Doxygen.conf
@@ -1221,7 +1221,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __DOXYGEN__ ENABLE_SPI_PROTOCOL ENABLE_PDI_PROTOCOL
+PREDEFINED = __DOXYGEN__ ENABLE_ISP_PROTOCOL ENABLE_PDI_PROTOCOL
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.