aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/CCID/Descriptors.h
diff options
context:
space:
mode:
authorFilipe Rodrigues <filipepazrodrigues@gmail.com>2018-06-17 17:51:09 -0700
committerFilipe Rodrigues <filipepazrodrigues@gmail.com>2018-06-24 19:02:31 -0700
commit1e9e7bc8b88af32f466f7438a06fb8dc96b3035d (patch)
treee98406a2fbe9a10df2f186adcac27ab1a9d02568 /Demos/Device/ClassDriver/CCID/Descriptors.h
parentbc57f4ea5afd29f2e0f0175d14cf1540b4408de8 (diff)
downloadlufa-1e9e7bc8b88af32f466f7438a06fb8dc96b3035d.tar.gz
lufa-1e9e7bc8b88af32f466f7438a06fb8dc96b3035d.tar.bz2
lufa-1e9e7bc8b88af32f466f7438a06fb8dc96b3035d.zip
CCID: Add support for PC-to-Reader XfrBlock message
Diffstat (limited to 'Demos/Device/ClassDriver/CCID/Descriptors.h')
-rw-r--r--Demos/Device/ClassDriver/CCID/Descriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/CCID/Descriptors.h b/Demos/Device/ClassDriver/CCID/Descriptors.h
index 239d612ab..63672d1b7 100644
--- a/Demos/Device/ClassDriver/CCID/Descriptors.h
+++ b/Demos/Device/ClassDriver/CCID/Descriptors.h
@@ -49,7 +49,7 @@
/** Endpoint address of the CCID data OUT endpoint, for host-to-device data transfers. */
#define CCID_OUT_EPADDR (ENDPOINT_DIR_OUT | 1)
- /** Endpoint size in bytes of the Audio isochronous streaming data IN and OUT endpoints. */
+ /** Endpoint size in bytes of the CCID data being sent between IN and OUT endpoints. */
#define CCID_EPSIZE 64