1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

embed/firmware: call display_clear in main

This commit is contained in:
Pavol Rusnak 2018-02-22 20:40:04 +01:00
parent 3eab20e278
commit 8e3e1837d1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -28,6 +28,8 @@ int main(void)
sdcard_init();
touch_init();
display_clear();
printf("CORE: Preparing stack\n");
// Stack limit should be less than real stack size, so we have a chance
// to recover from limit hit.