mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +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"
|