aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-10 06:41:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-10 06:41:57 +0000
commite918d977b1d4465d525ee0f742dbdeec20f7885c (patch)
tree4da2b0cb02f251dcb1527cb2b205a5dc0123e3cd /LUFA/Doxygen.conf
parentb221e7d175e4b5ca463fdd6d05b8c3fc71bd7c40 (diff)
downloadlufa-e918d977b1d4465d525ee0f742dbdeec20f7885c.tar.gz
lufa-e918d977b1d4465d525ee0f742dbdeec20f7885c.tar.bz2
lufa-e918d977b1d4465d525ee0f742dbdeec20f7885c.zip
Prevent the CDC Device Class driver from sending empty IN packets on every service task call - only send termination packets when data is in the endpoint.
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 260340c05..9ea64ba73 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -1481,4 +1481,4 @@ DOT_CLEANUP = YES
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
-SEARCHENGINE = NO
+SEARCHENGINE = YES