X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9d506553aa750264ff6045ff9180397993cb37c0..730624f745648cbd32bec7da64833cb2aadd44ea:/Demos/Device/ClassDriver/DualCDC/Descriptors.c?ds=inline diff --git a/Demos/Device/ClassDriver/DualCDC/Descriptors.c b/Demos/Device/ClassDriver/DualCDC/Descriptors.c index 951a5586c..92b3eb930 100644 --- a/Demos/Device/ClassDriver/DualCDC/Descriptors.c +++ b/Demos/Device/ClassDriver/DualCDC/Descriptors.c @@ -59,7 +59,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .ManufacturerStrIndex = 0x01, .ProductStrIndex = 0x02, - .SerialNumStrIndex = NO_DESCRIPTOR, + .SerialNumStrIndex = USE_INTERNAL_SERIAL, .NumberOfConfigurations = 1 };