1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-31 18:40:56 +00:00

modtrezorui: fix last commit

This commit is contained in:
Pavol Rusnak 2017-02-15 18:31:21 +01:00
parent d0c59fdf3d
commit 69f1569761
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -244,7 +244,7 @@ void display_print(const char *text, int textlen)
{
#define COLS (DISPLAY_RESX / 6)
#define ROWS (DISPLAY_RESY / 8)
static char textbuf[ROWS][COLS] = {0};
static char textbuf[ROWS][COLS];
static uint8_t row = 0, col = 0;
// determine text length if not provided