!2992 修改triggerNmae最大长度

Merge pull request !2992 from 林楠木/OsFullName
This commit is contained in:
openharmony_ci 2024-07-20 12:01:32 +00:00 committed by Gitee
commit f9f671dc5d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,7 +27,7 @@
#include "bootstage.h"
#define MAX_TRIGGER_COUNT_RUN_ONCE 20
#define MAX_TRIGGER_NAME_LENGTH 128
#define MAX_TRIGGER_NAME_LENGTH 256
static TriggerWorkSpace g_triggerWorkSpace = {};
static int DoTriggerExecute_(const TriggerNode *trigger, const char *content, uint32_t size)