Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than 10 events that can registered. Should fix FS#9039 - *PANIC* event line full (reproduceable).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-26 06:54:57 +00:00
parent bdca83b86c
commit 705e703f45

View file

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