Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20660 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-04-08 16:58:04 +00:00
parent c606fd04c8
commit 53b7a4ef8b

View file

@ -23,7 +23,7 @@
#include "events.h" #include "events.h"
#include "panic.h" #include "panic.h"
#define MAX_SYS_EVENTS 16 #define MAX_SYS_EVENTS 20
struct sysevent { struct sysevent {
unsigned short id; unsigned short id;