bootloader, firmware: remove unneeded call to display_orientation

pull/25/head
mcudev 7 years ago
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…
Cancel
Save