mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-30 05:59:02 +00:00
embed: add touch_power_on to firmware
This commit is contained in:
parent
add16b6b27
commit
c97226a4c9
@ -50,6 +50,7 @@ int main(void)
|
|||||||
pendsv_init();
|
pendsv_init();
|
||||||
sdcard_init();
|
sdcard_init();
|
||||||
touch_init();
|
touch_init();
|
||||||
|
touch_power_on();
|
||||||
|
|
||||||
display_clear();
|
display_clear();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user