Skip to content

Commit

Permalink
fixup! perf(core): optimize boot time by removing unnecessary touch i…
Browse files Browse the repository at this point in the history
…nitialization delays
  • Loading branch information
TychoVrahe committed Jan 5, 2024
1 parent a25e7ca commit 56ac452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/embed/trezorhal/stm32u5/touch/sitronix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,3 +1212,5 @@ uint32_t touch_read(void) {

return 0;
}

void touch_wait_until_ready(void) {}

0 comments on commit 56ac452

Please sign in to comment.