summaryrefslogtreecommitdiff
path: root/src/components/config_profile/include/config_profile/ini_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/include/config_profile/ini_file.h')
-rw-r--r--src/components/config_profile/include/config_profile/ini_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/config_profile/include/config_profile/ini_file.h b/src/components/config_profile/include/config_profile/ini_file.h
index 3f3ddddf48..204fb6c7bf 100644
--- a/src/components/config_profile/include/config_profile/ini_file.h
+++ b/src/components/config_profile/include/config_profile/ini_file.h
@@ -56,7 +56,7 @@ namespace profile {
/*
* @brief Global defines
*/
-#define INI_LINE_LEN 512
+#define INI_LINE_LEN 1024
#define INI_FILE_TEMP_NAME "ini.tmp"
#define INI_FLAG_UPDATE 0x00