Fix the tokens which enable and disable the different programming protocols in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-03 09:12:36 +00:00
parent bae00a3d42
commit 258a6a0177
14 changed files with 41 additions and 26 deletions

View file

@ -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.