Increase decoder buffer as not to crash on "g"

This commit is contained in:
Stefan `Sec` Zehl 2011-06-13 19:56:51 +02:00
parent 63c6126af3
commit f0801647c5
1 changed files with 1 additions and 1 deletions

View File

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