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