mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
bdca83b86c
commit
705e703f45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue