X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_parser.h;fp=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_parser.h;h=0000000000000000000000000000000000000000;hb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;hp=67e091a56b690da308b300d204047c61423b8738;hpb=619741c672e2bd145d479ea4936dbd3532372151;p=bertos.git diff --git a/boards/sam3x-ek/templates/empty/cfg/cfg_parser.h b/boards/sam3x-ek/templates/empty/cfg/cfg_parser.h deleted file mode 100644 index 67e091a5..00000000 --- a/boards/sam3x-ek/templates/empty/cfg/cfg_parser.h +++ /dev/null @@ -1,66 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for parser module. - * - * \author Daniele Basile - */ - -#ifndef CFG_PARSER_H -#define CFG_PARSER_H - -/** - * Max number of arguments and results for each command - * $WIZ$ type = "int" - * $WIZ$ min = 0 - */ -#define CONFIG_PARSER_MAX_ARGS 4 - -/** - * Max number of commands - * $WIZ$ type = "int" - * $WIZ$ min = 8 - */ -#define CONFIG_MAX_COMMANDS_NUMBER 16 - -/** - * Enable compatibility behaviour. - * - * Skip the first word from incoming commands. Don't enable in new projects. - * $WIZ$ type = "boolean" - */ -#define CONFIG_ENABLE_COMPAT_BEHAVIOUR 1 - -#endif /* CFG_PARSER_H */ - - -