mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
chore(legacy/bootloader): drop unused VERSION_x_CHAR
[no changelog]
This commit is contained in:
parent
2b48ced330
commit
29e064f07b
@ -1,7 +1,3 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 11
|
#define VERSION_MINOR 11
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
|
|
||||||
#define VERSION_MAJOR_CHAR "\x01"
|
|
||||||
#define VERSION_MINOR_CHAR "\x0B"
|
|
||||||
#define VERSION_PATCH_CHAR "\x00"
|
|
||||||
|
@ -88,9 +88,6 @@ def cli(project, version):
|
|||||||
VERSION_MAJOR=major,
|
VERSION_MAJOR=major,
|
||||||
VERSION_MINOR=minor,
|
VERSION_MINOR=minor,
|
||||||
VERSION_PATCH=patch,
|
VERSION_PATCH=patch,
|
||||||
VERSION_MAJOR_CHAR=hex_lit(major),
|
|
||||||
VERSION_MINOR_CHAR=hex_lit(minor),
|
|
||||||
VERSION_PATCH_CHAR=hex_lit(patch),
|
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
raise click.ClickException(f"Unknown project {project}.")
|
raise click.ClickException(f"Unknown project {project}.")
|
||||||
|
Loading…
Reference in New Issue
Block a user