fix(core): add missing include

we were using `FILE` and `fprintf` without including the stdio header
pull/2018/head
Pavol Rusnak 2 years ago
parent 30a77a76bc
commit 56f0e2c5de
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -36,6 +36,7 @@
#include "embed/rust/librust.h"
#include "embed/trezorhal/usb.h"
#include <stdio.h>
#include <string.h>
#define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)

Loading…
Cancel
Save