version 0.15

This commit is contained in:
NIIBE Yutaka
2011-11-24 15:40:38 +09:00
parent 0232c0a595
commit bc71c39ea4
4 changed files with 29 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ static const uint8_t gnukStringProduct[] = {
const uint8_t gnukStringSerial[] = {
13*2+2, /* bLength */
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
'0', 0, '.', 0, '1', 0, '4', 0, /* Version number of Gnuk */
'0', 0, '.', 0, '1', 0, '5', 0, /* Version number of Gnuk */
'-', 0,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,