mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
bootloader, firmware: remove unneeded call to display_orientation
This commit is contained in:
parent
ed2f48c612
commit
2ea5d102a8
@ -290,8 +290,6 @@ int main(void)
|
||||
check_bootloader_version();
|
||||
#endif
|
||||
|
||||
display_orientation(0);
|
||||
|
||||
touch_init();
|
||||
|
||||
// delay to detect touch
|
||||
|
@ -25,7 +25,6 @@ int main(void)
|
||||
{
|
||||
// Init peripherals
|
||||
pendsv_init();
|
||||
display_orientation(0);
|
||||
sdcard_init();
|
||||
touch_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user