1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 20:11:00 +00:00

embed: add touch_power_on to firmware

This commit is contained in:
Pavol Rusnak 2018-07-19 13:16:26 +02:00
parent add16b6b27
commit c97226a4c9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -50,6 +50,7 @@ int main(void)
pendsv_init();
sdcard_init();
touch_init();
touch_power_on();
display_clear();