BeRTOS
|
Configuration file for parser module. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_PARSER_MAX_ARGS 4 |
Max number of arguments and results for each command. | |
#define | CONFIG_MAX_COMMANDS_NUMBER 16 |
Max number of commands. | |
#define | CONFIG_ENABLE_COMPAT_BEHAVIOUR 1 |
Enable compatibility behaviour. |
Configuration file for parser module.
Definition in file cfg_parser.h.
#define CONFIG_ENABLE_COMPAT_BEHAVIOUR 1 |
Enable compatibility behaviour.
Skip the first word from incoming commands. Don't enable in new projects.
Definition at line 61 of file cfg_parser.h.
#define CONFIG_MAX_COMMANDS_NUMBER 16 |
Max number of commands.
Definition at line 53 of file cfg_parser.h.
#define CONFIG_PARSER_MAX_ARGS 4 |
Max number of arguments and results for each command.
Definition at line 46 of file cfg_parser.h.