mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 21:48:17 +00:00
fixup! feat(core): introduce storage insecure mode
This commit is contained in:
parent
c32d04d828
commit
04bc6822b2
@ -179,7 +179,7 @@
|
||||
|
||||
// by default contains nearest git tag, which may not be present in shallow
|
||||
// repo, breaking reproducibility
|
||||
#define MICROPY_BANNER_NAME_AND_VERSION "MicroPython (trezor-core submodule)"
|
||||
#define MICROPY_BANNER_NAME_AND_VERSION ""
|
||||
|
||||
// ============= this ends common config section ===================
|
||||
|
||||
|
@ -219,7 +219,7 @@ extern const struct _mp_print_t mp_stderr_print;
|
||||
|
||||
// by default contains nearest git tag, which may not be present in shallow
|
||||
// repo, breaking reproducibility
|
||||
#define MICROPY_BANNER_NAME_AND_VERSION "MicroPython (trezor-core submodule)"
|
||||
#define MICROPY_BANNER_NAME_AND_VERSION ""
|
||||
|
||||
// ============= this ends common config section ===================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user