1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

perf(firmware): do not initialize touch controller in firmware

This commit is contained in:
Martin Novak 2022-04-25 11:18:04 +02:00 committed by matejcik
parent c77066065e
commit 2663801108
2 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
Don't initialize touch controller in firmware

View File

@ -100,8 +100,6 @@ int main(void) {
#if defined TREZOR_MODEL_T
// display_init_seq();
sdcard_init();
touch_init();
touch_power_on();
// jump to unprivileged mode
// http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/CHDBIBGJ.html