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:
parent
275d3505f0
commit
0a5e43723f
@ -1,6 +1,7 @@
|
|||||||
import sys
|
import sys
|
||||||
import gc
|
import gc
|
||||||
|
|
||||||
|
from TrezorUtils import memcpy
|
||||||
from trezor import log
|
from trezor import log
|
||||||
|
|
||||||
type_gen = type((lambda: (yield))())
|
type_gen = type((lambda: (yield))())
|
||||||
|
Loading…
Reference in New Issue
Block a user