1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-12 17:38:13 +00:00

fixup! fixup! refactor(core): remove UTF-8 support from C

This commit is contained in:
obrusvit 2024-12-09 23:46:40 +01:00
parent 02aba6b8d3
commit 55dc180eb5

View File

@ -20,7 +20,6 @@
#ifndef _FONTS_H
#define _FONTS_H
#include <stdbool.h>
#include <trezor_types.h>
#include "font_bitmap.h"