bootloader: use fixed serial number (instead of empty one)

pull/25/head
Pavol Rusnak 6 years ago
parent cd112497a5
commit 2b40fdcdd1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -118,7 +118,7 @@ static const struct usb_config_descriptor config = {
static const char *usb_strings[] = {
"SatoshiLabs",
"TREZOR",
"", // empty serial
"000000000000000000000000",
};
enum {

Loading…
Cancel
Save