|
@@ -3,7 +3,7 @@
|
|
|
#include "event_record.h"
|
|
#include "event_record.h"
|
|
|
#include "libs/shark_task.h"
|
|
#include "libs/shark_task.h"
|
|
|
|
|
|
|
|
-#define MAX_EVENT_SIZE 60
|
|
|
|
|
|
|
+#define MAX_EVENT_SIZE 100
|
|
|
static event_record_t _event[MAX_EVENT_SIZE];
|
|
static event_record_t _event[MAX_EVENT_SIZE];
|
|
|
static int event_w_idx = 0;
|
|
static int event_w_idx = 0;
|
|
|
static bool _event_full = false;
|
|
static bool _event_full = false;
|