1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

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

This commit is contained in:
Pavol Rusnak 2018-12-19 17:42:33 +01:00
parent cd112497a5
commit 2b40fdcdd1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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