aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/DualCDC/Descriptors.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/DualCDC/Descriptors.c')
-rw-r--r--Demos/Device/DualCDC/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/DualCDC/Descriptors.c b/Demos/Device/DualCDC/Descriptors.c
index e5d7ee26c..d88fe98e7 100644
--- a/Demos/Device/DualCDC/Descriptors.c
+++ b/Demos/Device/DualCDC/Descriptors.c
@@ -51,7 +51,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.SubClass = 0x02,
.Protocol = 0x01,
- .Endpoint0Size = 8,
+ .Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
.VendorID = 0x03EB,
.ProductID = 0x204E,