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

utils: export TrezorUtils.memcpy

This commit is contained in:
Jan Pochyla 2016-10-11 17:18:31 +02:00
parent 275d3505f0
commit 0a5e43723f

View File

@ -1,6 +1,7 @@
import sys
import gc
from TrezorUtils import memcpy
from trezor import log
type_gen = type((lambda: (yield))())