summaryrefslogtreecommitdiff
path: root/src/shared/dlt_config_file_parser.h
diff options
context:
space:
mode:
authorVo Trung Chi <Chi.VoTrung@vn.bosch.com>2019-05-06 17:31:15 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-09-13 08:49:53 +0900
commitee7943c0fd408739b0c6313c679c3c9a2c3a23a0 (patch)
treea2fb6f34b8158a1800639344c51640a922e09c2a /src/shared/dlt_config_file_parser.h
parenta3be75bc16e84b37ba9fbe9b6795262ebb32e63c (diff)
downloadDLT-daemon-ee7943c0fd408739b0c6313c679c3c9a2c3a23a0.tar.gz
parser: Change maximum number of config section
This commit includes improvement of related code. Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
Diffstat (limited to 'src/shared/dlt_config_file_parser.h')
-rw-r--r--src/shared/dlt_config_file_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dlt_config_file_parser.h b/src/shared/dlt_config_file_parser.h
index 915ddc0..acde08c 100644
--- a/src/shared/dlt_config_file_parser.h
+++ b/src/shared/dlt_config_file_parser.h
@@ -62,7 +62,7 @@
#define DLT_CONFIG_FILE_PATH_MAX_LEN 100 /* absolute path including filename */
#define DLT_CONFIG_FILE_ENTRY_MAX_LEN 100 /* Entry for section, key and value */
#define DLT_CONFIG_FILE_LINE_MAX_LEN 210
-#define DLT_CONFIG_FILE_SECTIONS_MAX 100
+#define DLT_CONFIG_FILE_SECTIONS_MAX 125
#define DLT_CONFIG_FILE_KEYS_MAX 25 /* Maximal keys per section */
typedef struct DltConfigKeyData