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:
parent
c77066065e
commit
2663801108
1
core/.changelog.d/2130.removed
Normal file
1
core/.changelog.d/2130.removed
Normal file
@ -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…
Reference in New Issue
Block a user