aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-12-11 03:04:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-12-11 03:04:16 +0000
commitec3e47a7d064dda452ab640e7ad61d4602380ed8 (patch)
treedf643988bc046d24ae147f632dc6539162bf0f56 /LUFA/Doxygen.conf
parentecba8bcecfa7c8cde46de5392d5852d0c3e9b07a (diff)
downloadlufa-ec3e47a7d064dda452ab640e7ad61d4602380ed8.tar.gz
lufa-ec3e47a7d064dda452ab640e7ad61d4602380ed8.tar.bz2
lufa-ec3e47a7d064dda452ab640e7ad61d4602380ed8.zip
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 947f49ac3..eb464ed3c 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -317,7 +317,7 @@ TYPEDEF_HIDES_STRUCT = YES
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols
-SYMBOL_CACHE_SIZE = 1
+SYMBOL_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options