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:
parent
c606fd04c8
commit
53b7a4ef8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue