mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +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();
|
||||
__stack_chk_guard = random32(); // this supports compiler provided
|
||||
// unpredictable stack protection checks
|
||||
oledInit();
|
||||
|
||||
if (is_mode_unprivileged()) {
|
||||
layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Cannot update", NULL,
|
||||
NULL, "Unprivileged mode", "Unsigned firmware", NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user