mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-29 18:08:19 +00:00
fix(core): add missing include
we were using `FILE` and `fprintf` without including the stdio header
This commit is contained in:
parent
30a77a76bc
commit
56f0e2c5de
@ -36,6 +36,7 @@
|
|||||||
#include "embed/rust/librust.h"
|
#include "embed/rust/librust.h"
|
||||||
#include "embed/trezorhal/usb.h"
|
#include "embed/trezorhal/usb.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)
|
#define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)
|
||||||
|
Loading…
Reference in New Issue
Block a user