Release 0.1.

This commit is contained in:
NIIBE Yutaka
2010-09-09 17:50:34 +09:00
parent 975157c9d8
commit 338b4eac03
11 changed files with 248 additions and 103 deletions

View File

@@ -193,9 +193,10 @@ static const uint8_t gnukStringProduct[] = {
};
static const uint8_t gnukStringSerial[] = {
8, /* bLength */
8*2+2, /* bLength */
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
'2', 0, '.', 0, '0', 0
'2', 0, '0', 0, '1', 0, '0', 0,
'0', 0, '9', 0, '1', 0, '0', 0
};
const ONE_DESCRIPTOR Device_Descriptor = {