Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index 14878668..89765445 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -383,6 +383,7 @@ static_assert(MaxExpectedWebDirFilenameLength + strlen(WEB_DIR) + strlen(".gz")
#define EOF_STRING "<!-- **EoF** -->"
// List defaults
+constexpr char EXPRESSION_LIST_SEPARATOR = ',';
constexpr char LIST_SEPARATOR = ':';
#endif