mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
embed/firmware: call display_clear in main
This commit is contained in:
parent
3eab20e278
commit
8e3e1837d1
@ -28,6 +28,8 @@ int main(void)
|
|||||||
sdcard_init();
|
sdcard_init();
|
||||||
touch_init();
|
touch_init();
|
||||||
|
|
||||||
|
display_clear();
|
||||||
|
|
||||||
printf("CORE: Preparing stack\n");
|
printf("CORE: Preparing stack\n");
|
||||||
// Stack limit should be less than real stack size, so we have a chance
|
// Stack limit should be less than real stack size, so we have a chance
|
||||||
// to recover from limit hit.
|
// to recover from limit hit.
|
||||||
|
Loading…
Reference in New Issue
Block a user