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

pull/2314/head
Martin Novak 2 years ago committed by matejcik
parent c77066065e
commit 2663801108

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

@ -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

Loading…
Cancel
Save