modtrezorui: fix Font_Bitmap extern

This commit is contained in:
Jan Pochyla 2017-02-22 17:27:37 +01:00
parent c50943bbf0
commit 110dca7711
1 changed files with 1 additions and 1 deletions

View File

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