bootloader, firmware: remove unneeded call to display_orientation

This commit is contained in:
mcudev 2017-11-10 14:12:05 -05:00
parent ed2f48c612
commit 2ea5d102a8
2 changed files with 0 additions and 3 deletions

View File

@ -290,8 +290,6 @@ int main(void)
check_bootloader_version();
#endif
display_orientation(0);
touch_init();
// delay to detect touch

View File

@ -25,7 +25,6 @@ int main(void)
{
// Init peripherals
pendsv_init();
display_orientation(0);
sdcard_init();
touch_init();