Explorar el Código

修改event record 最大存100个

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui hace 4 años
padre
commit
ac7c9b6f45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Application/app/event_record.c

+ 1 - 1
Application/app/event_record.c

@@ -3,7 +3,7 @@
 #include "event_record.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 int event_w_idx = 0;
 static bool _event_full = false;