mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
bootloader: use fixed serial number (instead of empty one)
This commit is contained in:
parent
cd112497a5
commit
2b40fdcdd1
@ -118,7 +118,7 @@ static const struct usb_config_descriptor config = {
|
|||||||
static const char *usb_strings[] = {
|
static const char *usb_strings[] = {
|
||||||
"SatoshiLabs",
|
"SatoshiLabs",
|
||||||
"TREZOR",
|
"TREZOR",
|
||||||
"", // empty serial
|
"000000000000000000000000",
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user