mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 04:50:57 +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"
|