Merge branch 'master' into secperiments

This commit is contained in:
Stefan `Sec` Zehl 2011-05-22 22:19:37 +02:00
commit 4ee3f4f3e2
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.