version 0.14

This commit is contained in:
NIIBE Yutaka
2011-10-07 11:01:21 +09:00
parent 48f552b69b
commit 2181c1a428
6 changed files with 27 additions and 6 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, '3', 0, /* Version number of Gnuk */
'0', 0, '.', 0, '1', 0, '4', 0, /* Version number of Gnuk */
'-', 0,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,