Increase maximum character size for decoder.

This commit is contained in:
Stefan `Sec` Zehl 2011-05-22 22:18:55 +02:00
parent a41987c29c
commit edd0fc7022
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <fonts.h>
#include <render.h>
#define MAXCHR (24*3)
#define MAXCHR (20*10)
static uint8_t buf[MAXCHR];
// Local function: Get next nibble.