mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
6 lines
97 B
C
6 lines
97 B
C
|
#include "py/gc.h"
|
||
|
#include "py/obj.h"
|
||
|
#include "py/runtime.h"
|
||
|
|
||
|
#include "../extmod/trezorobj.h"
|