Increase decoder buffer as not to crash on "g"
This commit is contained in:
parent
63c6126af3
commit
f0801647c5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue