X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_parser.h;h=67e091a56b690da308b300d204047c61423b8738;hb=a5b1dc3c2884ee2160c6fee43e4a34b83453b87f;hp=49ab0b516f81a7ca4a19d1777b98d265729ee734;hpb=e5dbc5ca1aa5b9dcdacd0b736ee40c15546fcee0;p=bertos.git diff --git a/bertos/cfg/cfg_parser.h b/bertos/cfg/cfg_parser.h index 49ab0b51..67e091a5 100644 --- a/bertos/cfg/cfg_parser.h +++ b/bertos/cfg/cfg_parser.h @@ -43,14 +43,14 @@ * $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.