mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
legacy/bootloader: move VERSION_*_CHAR to version.h
This commit is contained in:
parent
ee98d0b398
commit
92c64122a1
@ -25,10 +25,6 @@
|
|||||||
#define STR(X) #X
|
#define STR(X) #X
|
||||||
#define VERSTR(X) STR(X)
|
#define VERSTR(X) STR(X)
|
||||||
|
|
||||||
#define VERSION_MAJOR_CHAR "\x01"
|
|
||||||
#define VERSION_MINOR_CHAR "\x08"
|
|
||||||
#define VERSION_PATCH_CHAR "\x00"
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 8
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 1
|
#define VERSION_PATCH 1
|
||||||
|
|
||||||
|
#define VERSION_MAJOR_CHAR "\x01"
|
||||||
|
#define VERSION_MINOR_CHAR "\x08"
|
||||||
|
#define VERSION_PATCH_CHAR "\x01"
|
||||||
|
Loading…
Reference in New Issue
Block a user