mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
fix(legacy/intermediate_fw): remove redundant display initialization
[no changelog]
This commit is contained in:
parent
9b78dd107b
commit
d028f34eac
@ -107,7 +107,7 @@ int main(void) {
|
|||||||
setupApp();
|
setupApp();
|
||||||
__stack_chk_guard = random32(); // this supports compiler provided
|
__stack_chk_guard = random32(); // this supports compiler provided
|
||||||
// unpredictable stack protection checks
|
// unpredictable stack protection checks
|
||||||
oledInit();
|
|
||||||
if (is_mode_unprivileged()) {
|
if (is_mode_unprivileged()) {
|
||||||
layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Cannot update", NULL,
|
layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Cannot update", NULL,
|
||||||
NULL, "Unprivileged mode", "Unsigned firmware", NULL);
|
NULL, "Unprivileged mode", "Unsigned firmware", NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user