projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all Device...
[pub/USBasp.git]
/
Demos
/
Device
/
CDC
/
Descriptors.c
diff --git
a/Demos/Device/CDC/Descriptors.c
b/Demos/Device/CDC/Descriptors.c
index
41b6e4d
..
6b65a76
100644
(file)
--- a/
Demos/Device/CDC/Descriptors.c
+++ b/
Demos/Device/CDC/Descriptors.c
@@
-51,7
+51,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.SubClass = 0x00,
\r
.Protocol = 0x00,
\r
\r
- .Endpoint0Size =
8
,
\r
+ .Endpoint0Size =
FIXED_CONTROL_ENDPOINT_SIZE
,
\r
\r
.VendorID = 0x03EB,
\r
.ProductID = 0x2044,
\r