projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Device mode class driver callbacks are now fired before the control request status...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
VirtualSerialHost
/
ConfigDescriptor.h
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
index
1b3b138
..
b65ac0d
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h
@@
-59,9
+59,6
@@
\r
/** Interface Class value for the CDC data protocol */
\r
#define CDC_DATA_PROTOCOL 0x00
\r
\r
/** Interface Class value for the CDC data protocol */
\r
#define CDC_DATA_PROTOCOL 0x00
\r
-
\r
- /** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */
\r
- #define MAX_CONFIG_DESCRIPTOR_SIZE 512
\r
\r
/* Enums: */
\r
/** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */
\r
\r
/* Enums: */
\r
/** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */
\r