1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

modtrezorui: fix Font_Bitmap extern

This commit is contained in:
Jan Pochyla 2017-02-22 17:27:37 +01:00
parent c50943bbf0
commit 110dca7711

View File

@ -1,3 +1,3 @@
#include <stdint.h>
const uint8_t *Font_Bitmap;
extern const uint8_t *Font_Bitmap;