Skip to content

Commit

Permalink
Remove 1001
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Sep 6, 2018
1 parent 821f12d commit 65f46d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions common/usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,18 +388,14 @@ static const char StrProduct[] = {
};

static const char StrSerialNumber[] = {
22, // Length
14, // Length
0x03, // Type is string
'i', 0,
'c', 0,
'e', 0,
'm', 0,
'a', 0,
'n', 0,
'1', 0,
'0', 0,
'0', 0,
'1', 0
};

// size includes their own field.
Expand Down

0 comments on commit 65f46d9

Please sign in to comment.