Merge pull request #125 from bkokoszx/logger-string-overflow

logger: string overflow warning fix
This commit is contained in:
Liam Girdwood 2018-11-09 14:30:58 +00:00 committed by GitHub
commit 2cd668ccfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define TRACE_MAX_PARAMS_COUNT 4
#define TRACE_MAX_TEXT_LEN 1024
#define TRACE_MAX_FILENAME_LEN 128
#define TRACE_MAX_IDS_STR 9
#define TRACE_MAX_IDS_STR 10
/* logs file signature */
#define SND_SOF_LOGS_SIG_SIZE 4