Update preset.
[bertos.git] / bertos / cfg / cfg_parser.h
index 49ab0b516f81a7ca4a19d1777b98d265729ee734..67e091a56b690da308b300d204047c61423b8738 100644 (file)
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
-#define PARSER_MAX_ARGS       4
+#define CONFIG_PARSER_MAX_ARGS       4
 
 /**
  * Max number of commands
  * $WIZ$ type = "int"
  * $WIZ$ min = 8
  */
-#define MAX_COMMANDS_NUMBER  16
+#define CONFIG_MAX_COMMANDS_NUMBER  16
 
 /**
  * Enable compatibility behaviour.